We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adf815 commit de55af9Copy full SHA for de55af9
build.gradle.kts
@@ -196,7 +196,7 @@ subprojects {
196
197
repositories {
198
maven {
199
- url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2")
+ url = uri("https://central.sonatype.com/api/v1/publisher/deployments/download/")
200
201
credentials {
202
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("sonatypeUsername")
0 commit comments