Skip to content

Commit 4171a1a

Browse files
authored
chore: migrated new Maven Central URL (#148)
1 parent ba5810c commit 4171a1a

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
@@ -138,7 +138,7 @@ subprojects {
138138
repositories {
139139
maven {
140140
name = "mavencentral"
141-
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
141+
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
142142
credentials {
143143
username = properties["sonatypeUsername"] as String?
144144
password = properties["sonatypePassword"] as String

0 commit comments

Comments
 (0)