Skip to content

Commit 661c048

Browse files
authored
Update sonatype URLs
1 parent 7646964 commit 661c048

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,11 @@ test {
9797
nexusPublishing {
9898
packageGroup = 'org.rundeck.plugins'
9999
repositories {
100-
sonatype()
100+
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+
}
101104
}
102105
}
103106

104-
apply from: "${rootDir}/gradle/publishing.gradle"
107+
apply from: "${rootDir}/gradle/publishing.gradle"

0 commit comments

Comments
 (0)