We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2060b31 commit a5b9e7eCopy full SHA for a5b9e7e
1 file changed
build.gradle.kts
@@ -150,7 +150,7 @@ publishing {
150
}
151
maven {
152
name = "OSSRH"
153
- url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
+ url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2")
154
credentials {
155
username = System.getenv("MAVEN_USERNAME")
156
password = System.getenv("MAVEN_PASSWORD")
0 commit comments