diff --git a/gradle/publish-root.gradle b/gradle/publish-root.gradle index c6bc12e0..0253dc14 100644 --- a/gradle/publish-root.gradle +++ b/gradle/publish-root.gradle @@ -13,6 +13,7 @@ nexusPublishing { repositories { sonatype { + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) stagingProfileId = System.env.SONATYPE_STAGING_PROFILE_ID username = System.env.OSSR_USERNAME password = System.env.OSSR_PASSWORD