We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e069f65 commit e110262Copy full SHA for e110262
1 file changed
build.gradle
@@ -68,7 +68,10 @@ repositories {
68
nexusPublishing {
69
packageGroup = 'org.rundeck.plugins'
70
repositories {
71
- sonatype()
+ sonatype {
72
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
73
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
74
+ }
75
}
76
77
0 commit comments