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