Skip to content

Commit 13140d6

Browse files
committed
chore: use new ossrh-staging-api
1 parent 0228f98 commit 13140d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ subprojects {
103103
url = if (suffix.contains("SNAPSHOT")) {
104104
uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
105105
} else {
106-
uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
106+
uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
107107
}
108108
credentials {
109109
username = (project.properties["ossrhUsername"] ?: "").toString()

0 commit comments

Comments
 (0)