Skip to content

Commit a5b9e7e

Browse files
committed
updating maven central target
1 parent 2060b31 commit a5b9e7e

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
@@ -150,7 +150,7 @@ publishing {
150150
}
151151
maven {
152152
name = "OSSRH"
153-
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
153+
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2")
154154
credentials {
155155
username = System.getenv("MAVEN_USERNAME")
156156
password = System.getenv("MAVEN_PASSWORD")

0 commit comments

Comments
 (0)