Skip to content

Commit ab06bcb

Browse files
committed
feat: update staging repo URL
1 parent ce7ca82 commit ab06bcb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradlew

100644100755
File mode changed.

scripts/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
repositories {
1414
maven {
1515
name = "sonatype"
16-
def releaseUrl = "https://s01.oss.sonatype.org/service/local/"
16+
def releaseUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
1717
def snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
1818
url = version.endsWith('-SNAPSHOT') ? snapshotUrl : releaseUrl
1919
credentials {

0 commit comments

Comments
 (0)