Skip to content

Commit d72e2c2

Browse files
authored
chore: migrated new Maven Central URL (#275)
1 parent 59f98ed commit d72e2c2

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)