Skip to content

Commit de55af9

Browse files
committed
Changed publish url
1 parent 9adf815 commit de55af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

197197
repositories {
198198
maven {
199-
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2")
199+
url = uri("https://central.sonatype.com/api/v1/publisher/deployments/download/")
200200

201201
credentials {
202202
username = project.findProperty("sonatypeUsername") as String? ?: System.getenv("sonatypeUsername")

0 commit comments

Comments
 (0)