Skip to content

Commit f9cad2a

Browse files
committed
chore: migrated new Maven Central URL
1 parent 7ef4c91 commit f9cad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ subprojects { project ->
152152
repositories {
153153
maven {
154154
name = "mavencentral"
155-
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
155+
url = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
156156
credentials {
157157
username sonatypeToken
158158
password sonatypeTokenPassword

0 commit comments

Comments
 (0)