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 6367fdf commit c5d58eeCopy full SHA for c5d58ee
build.gradle
@@ -139,8 +139,9 @@ configure(publishedProjects) {
139
}
140
repositories {
141
maven {
142
- def releaseUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
143
- def snapshotUrl = "https://oss.sonatype.org/content/repositories/snapshots"
+ // Switched to s01 host (required for newer / migrated projects)
+ def releaseUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
144
+ def snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots"
145
url = isReleaseVersion ? releaseUrl : snapshotUrl
146
credentials {
147
username System.getenv('MAVEN_CENTRAL_USERNAME')
0 commit comments