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 de55af9 commit 31a8e67Copy full SHA for 31a8e67
build.gradle.kts
@@ -196,8 +196,7 @@ subprojects {
196
197
repositories {
198
maven {
199
- url = uri("https://central.sonatype.com/api/v1/publisher/deployments/download/")
200
-
+ url = uri("https://central.sonatype.com/repository/maven-snapshots")
201
credentials {
202
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("sonatypeUsername")
203
password = project.findProperty("sonatypePassword") as String? ?: System.getenv("sonatypePassword")
0 commit comments