Skip to content

Commit fc2a8f5

Browse files
authored
Merge pull request #493 from RADAR-base/fix/nexus-staging-url
fix: nexus staging repo url
2 parents 6f8f9ae + 4f24a71 commit fc2a8f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ tasks.named("dependencyUpdates").configure {
115115
nexusPublishing {
116116
repositories {
117117
sonatype {
118+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
119+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
120+
118121
username = project.hasProperty("ossrh.user") ? project.property("ossrh.user") : System.getenv("OSSRH_USER")
119122
password = project.hasProperty("ossrh.password") ? project.property("ossrh.password") : System.getenv("OSSRH_PASSWORD")
120123
}

0 commit comments

Comments
 (0)