diff --git a/build.gradle.kts b/build.gradle.kts index 5cd120997..f06191cb0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ nexusPublishing { sonatype { username.set(System.getenv("SONATYPE_USER")) password.set(System.getenv("SONATYPE_PASSWORD")) - nexusUrl.set(uri("https://s01.oss.sonatype.org")) + nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) } }