Skip to content

Commit a1bdb86

Browse files
committed
Change ossrh url
1 parent cae0103 commit a1bdb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ publishing {
8585
repositories {
8686
maven {
8787
name = "ossrh"
88-
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
88+
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
8989
credentials(PasswordCredentials::class)
9090
}
9191
maven {

0 commit comments

Comments
 (0)