diff --git a/build.gradle b/build.gradle index e3d291a..74d8df7 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,10 @@ jar { nexusPublishing { packageGroup = 'org.rundeck.plugins' repositories { - sonatype() + sonatype { + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) + } } }