File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ if (release) {
5252 nexusPublishing {
5353 repositories {
5454 sonatype {
55- nexusUrl = uri(" https://s01.oss .sonatype.org /service/local/" )
56- snapshotRepositoryUrl = uri(" https://s01.oss .sonatype.org /content/repositories/snapshots/" )
55+ nexusUrl = uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" )
56+ snapshotRepositoryUrl = uri(" https://ossrh-staging-api.central .sonatype.com /content/repositories/snapshots/" )
5757
5858 username = System . getenv(" NEXUS_USERNAME" )
5959 password = System . getenv(" NEXUS_PASSWORD" )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ publishing {
3737 if (release) {
3838 repositories {
3939 maven {
40- url " https://s01.oss .sonatype.org /service/local/staging/deploy/maven2"
40+ url " https://ossrh-staging-api.central .sonatype.com /service/local/staging/deploy/maven2"
4141 credentials {
4242 username System . getenv(" NEXUS_USERNAME" )
4343 password System . getenv(" NEXUS_PASSWORD" )
You can’t perform that action at this time.
0 commit comments