Skip to content

Commit 38b9969

Browse files
committed
sunset oss.sonatype, moved to ossrh-staging-api.central
1 parent 61c4288 commit 38b9969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ if (sonatypeApiUser.isPresent && sonatypeApiKey.isPresent) {
4545
repositories {
4646
sonatype {
4747

48-
// nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
49-
// snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
48+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
49+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
5050

5151
username.set(sonatypeApiUser)
5252
password.set(sonatypeApiKey)

0 commit comments

Comments
 (0)