Skip to content

Commit ee32244

Browse files
committed
ci: Update default base URL for Nexus publishing
OSSRH has been deprecated: https://central.sonatype.org/pages/ossrh-eol/ This commit makes release process use the new API endpoint.
1 parent c7525c6 commit ee32244

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
@@ -29,8 +29,8 @@ nexusPublishing {
2929
// solely in order to allow building artifacts
3030
// without runtime configuration (e.g. in context of Docker build)
3131

32-
// see https://central.sonatype.org/pages/gradle.html
33-
def default_base = "https://s01.oss.sonatype.org"
32+
// see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/
33+
def default_base = "https://ossrh-staging-api.central.sonatype.com"
3434
def url_base = findProperty("mavenRepoURL") ?: default_base
3535

3636
nexusUrl = uri( url_base + "/service/local/")

0 commit comments

Comments
 (0)