We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e90a3 commit 3a6686cCopy full SHA for 3a6686c
build.gradle
@@ -91,8 +91,8 @@ publishing {
91
92
repositories {
93
maven {
94
- def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
95
- def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
+ def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
+ def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
96
url = version.endsWith("SNAPSHOT") ? snapshotsRepoUrl : releasesRepoUrl
97
credentials {
98
username System.getenv("OSS_USERNAME")
0 commit comments