Skip to content

Commit 31a8e67

Browse files
committed
Update Maven repository URL for snapshot deployments
1 parent de55af9 commit 31a8e67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ subprojects {
196196

197197
repositories {
198198
maven {
199-
url = uri("https://central.sonatype.com/api/v1/publisher/deployments/download/")
200-
199+
url = uri("https://central.sonatype.com/repository/maven-snapshots")
201200
credentials {
202201
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("sonatypeUsername")
203202
password = project.findProperty("sonatypePassword") as String? ?: System.getenv("sonatypePassword")

0 commit comments

Comments
 (0)