File tree Expand file tree Collapse file tree 2 files changed +3
-39
lines changed Expand file tree Collapse file tree 2 files changed +3
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ spotless {
313313
314314nexusPublishing {
315315 repositories {
316- sonatype { // only for users registered in Sonatype after 24 Feb 2021
317- nexusUrl.set(uri(" https://s01.oss .sonatype.org /service/local/" ))
318- snapshotRepositoryUrl.set(uri(" https://s01.oss .sonatype.org /content/repositories/snapshots/" ))
316+ sonatype {
317+ nexusUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
318+ snapshotRepositoryUrl.set(uri(" https://ossrh-staging-api.central .sonatype.com /content/repositories/snapshots/" ))
319319 username.set(System .getenv(" SONATYPE_USERNAME_2" )) // defaults to project.properties["myNexusUsername"]
320320 password.set(System .getenv(" SONATYPE_PASSWORD_2" )) // defaults to project.properties["myNexusPassword"]
321321 }
You can’t perform that action at this time.
0 commit comments