diff --git a/publish.gradle b/publish.gradle index 1dc7b68c..1d7563bf 100644 --- a/publish.gradle +++ b/publish.gradle @@ -28,6 +28,8 @@ if (secretPropsFile.exists()) { nexusPublishing { repositories { sonatype { + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword