We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec1105 commit ee3ebadCopy full SHA for ee3ebad
1 file changed
build.gradle.kts
@@ -42,7 +42,7 @@ allprojects {
42
maven {
43
name = "Oss"
44
setUrl {
45
- "https://ossrh-staging-api.central.sonatype.com/service/local/staging/maven2/"
+ "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
46
}
47
credentials {
48
username = user
0 commit comments