Skip to content

Commit f1088eb

Browse files
authored
Merge pull request #581 from rundeck/RUN-3329/sonatype-central
RUN-3329: sonatype url update
2 parents 71459f4 + 5a6e7fd commit f1088eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ nexusPublishing {
210210
repositories {
211211
sonatype{
212212
stagingProfileId = '67d196ce5bae'
213+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
214+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
213215
}
214216
}
215217
}

0 commit comments

Comments
 (0)