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 e72dc6b commit 3e11deaCopy full SHA for 3e11dea
build.gradle
@@ -327,7 +327,7 @@ subprojects {
327
nexusPublishing {
328
repositories {
329
mavenCentral {
330
- nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/'))
+ nexusUrl.set(uri('https://ossrh-staging-api.central.sonatype.com/service/local/'))
331
snapshotRepositoryUrl.set(uri('https://repo.spring.io/snapshot/')) // not used but necessary for the plugin
332
username = findProperty('MAVEN_CENTRAL_USER')
333
password = findProperty('MAVEN_CENTRAL_PASSWORD')
0 commit comments