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 c7525c6 commit ee32244Copy full SHA for ee32244
build.gradle
@@ -29,8 +29,8 @@ nexusPublishing {
29
// solely in order to allow building artifacts
30
// without runtime configuration (e.g. in context of Docker build)
31
32
- // see https://central.sonatype.org/pages/gradle.html
33
- def default_base = "https://s01.oss.sonatype.org"
+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/
+ def default_base = "https://ossrh-staging-api.central.sonatype.com"
34
def url_base = findProperty("mavenRepoURL") ?: default_base
35
36
nexusUrl = uri( url_base + "/service/local/")
0 commit comments