Skip to content

Commit a995498

Browse files
Merge branch '1.4.x' into 1.5.x
2 parents 81ded7c + 1acf6b9 commit a995498

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
@@ -319,7 +319,7 @@ subprojects {
319319
nexusPublishing {
320320
repositories {
321321
mavenCentral {
322-
nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/'))
322+
nexusUrl.set(uri('https://ossrh-staging-api.central.sonatype.com/service/local/'))
323323
snapshotRepositoryUrl.set(uri('https://repo.spring.io/snapshot/')) // not used but necessary for the plugin
324324
username = findProperty('MAVEN_CENTRAL_USER')
325325
password = findProperty('MAVEN_CENTRAL_PASSWORD')

0 commit comments

Comments
 (0)