Skip to content

Commit aa530d9

Browse files
fix: rename maven repository
1 parent ff82e99 commit aa530d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-mavencentral.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ afterEvaluate {
101101
}
102102
repositories {
103103
maven {
104-
name = "ossrh-staging-api"
104+
name = "sonatype"
105105
url = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
106106

107107
credentials {

0 commit comments

Comments
 (0)