Skip to content

Commit 35a6a57

Browse files
Switch to new staging API.
1 parent 10895ef commit 35a6a57

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
@@ -56,7 +56,7 @@ subprojects { proj ->
5656
repositories {
5757
maven {
5858
name = "ossrh"
59-
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
59+
url = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
6060
credentials {
6161
username = findProperty('ossrhUsername')
6262
password = findProperty('ossrhPassword')

0 commit comments

Comments
 (0)