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 7646964 commit 661c048Copy full SHA for 661c048
build.gradle
@@ -97,8 +97,11 @@ test {
97
nexusPublishing {
98
packageGroup = 'org.rundeck.plugins'
99
repositories {
100
- sonatype()
+ sonatype {
101
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
102
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
103
+ }
104
}
105
106
-apply from: "${rootDir}/gradle/publishing.gradle"
107
+apply from: "${rootDir}/gradle/publishing.gradle"
0 commit comments