diff --git a/build.gradle b/build.gradle index add39806..e482e6e9 100644 --- a/build.gradle +++ b/build.gradle @@ -210,6 +210,8 @@ nexusPublishing { repositories { sonatype{ stagingProfileId = '67d196ce5bae' + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) } } }