2 parents ad4f32d + 8042524 commit e43fc5aCopy full SHA for e43fc5a
1 file changed
build.gradle
@@ -124,7 +124,10 @@ jar {
124
nexusPublishing {
125
packageGroup = 'org.rundeck.plugins'
126
repositories {
127
- sonatype()
+ sonatype {
128
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
129
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
130
+ }
131
}
132
133
0 commit comments