Skip to content

Commit 1acf6b9

Browse files
Merge branch '1.3.x' into 1.4.x
2 parents a8feff9 + 3e11dea commit 1acf6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ subprojects {
323323
nexusPublishing {
324324
repositories {
325325
mavenCentral {
326-
nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/'))
326+
nexusUrl.set(uri('https://ossrh-staging-api.central.sonatype.com/service/local/'))
327327
snapshotRepositoryUrl.set(uri('https://repo.spring.io/snapshot/')) // not used but necessary for the plugin
328328
username = findProperty('MAVEN_CENTRAL_USER')
329329
password = findProperty('MAVEN_CENTRAL_PASSWORD')

0 commit comments

Comments
 (0)