From c9dd8eaaa509bc1c877411246e690bdc6f2d9652 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Mon, 25 Dec 2023 23:44:27 +0200 Subject: [PATCH] Set new Sonatype URLs --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index bd3b7a0..3b16b99 100644 --- a/build.gradle +++ b/build.gradle @@ -80,6 +80,8 @@ signing { nexusPublishing { repositories { sonatype { + nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) + snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) username = System.getenv("OSSRH_USERNAME") password = System.getenv("OSSRH_PASSWORD") }