Skip to content

Commit a90c56b

Browse files
committed
[0.10.0]
oss host updated
1 parent c70f1b1 commit a90c56b

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)