Skip to content

Commit 7a2a14c

Browse files
authored
Merge pull request #179 from rundeck-plugins/RUN-3329/sonatype
RUN-3329: Migrate to central portal
2 parents b1dfa93 + 2faeb8b commit 7a2a14c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ jar.dependsOn(copyToLib)
115115
nexusPublishing {
116116
packageGroup = 'org.rundeck.plugins'
117117
repositories {
118-
sonatype()
118+
sonatype {
119+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
120+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
121+
}
119122
}
120123
}
121124

0 commit comments

Comments
 (0)