Skip to content

Commit 0fbb1b1

Browse files
committed
build: Update Nexus publishing URLs to new endpoints.
1 parent 2dda29e commit 0fbb1b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ signing {
137137
nexusPublishing {
138138
repositories {
139139
sonatype {
140-
val baseUri = uri("https://s01.oss.sonatype.org")
141-
nexusUrl.set(baseUri.resolve("/service/local/"))
142-
snapshotRepositoryUrl.set(baseUri.resolve("/content/repositories/snapshots/"))
140+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
141+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
143142
}
144143
}
145144
}

0 commit comments

Comments
 (0)