Skip to content

Commit 4181683

Browse files
committed
fix maven central publish url
1 parent 75b78c8 commit 4181683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ publishing {
101101
repositories {
102102
maven {
103103
name "oss"
104-
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
105-
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
104+
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
105+
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
106106
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
107107
credentials {
108108
username = sonatypeUsername

0 commit comments

Comments
 (0)