Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 35a6a57

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)