Skip to content

Commit 3a6686c

Browse files
committed
[1.0.0]
Oss url updated
1 parent c9e90a3 commit 3a6686c

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
@@ -91,8 +91,8 @@ publishing {
9191

9292
repositories {
9393
maven {
94-
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
95-
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
94+
def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
95+
def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
9696
url = version.endsWith("SNAPSHOT") ? snapshotsRepoUrl : releasesRepoUrl
9797
credentials {
9898
username System.getenv("OSS_USERNAME")

0 commit comments

Comments
 (0)