diff --git a/build.gradle b/build.gradle index 3dec0644..6352e5c9 100644 --- a/build.gradle +++ b/build.gradle @@ -34,6 +34,8 @@ nexusPublishing { sonatype { username.set(sonatypeUsername) password.set(sonatypePassword) + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) } } }