diff --git a/scripts/publish-root.gradle b/scripts/publish-root.gradle index ab977b5..e87dc00 100644 --- a/scripts/publish-root.gradle +++ b/scripts/publish-root.gradle @@ -37,6 +37,8 @@ nexusPublishing { stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword + nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) + snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) } } } \ No newline at end of file