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 @@ -125,7 +125,7 @@ if(hasProperty('target') && target == 'android') {
125125 repositories {
126126 maven {
127127 name = " Central"
128- url = uri(" https://s01.oss .sonatype.org /service/local/staging/deploy/maven2/" )
128+ url = uri(" https://ossrh-staging-api.central .sonatype.com /service/local/staging/deploy/maven2/" )
129129 credentials {
130130 username = project. findProperty(" centralUsername" ) ?: System . getenv(" CENTRAL_USERNAME" )
131131 password = project. findProperty(" centralPassword" ) ?: System . getenv(" CENTRAL_PASSWORD" )
Original file line number Diff line number Diff line change 3939 <distributionManagement >
4040 <snapshotRepository >
4141 <id >central</id >
42- <url >https://s01.oss .sonatype.org /content/repositories/snapshots/</url >
42+ <url >https://ossrh-staging-api.central .sonatype.com /content/repositories/snapshots/</url >
4343 </snapshotRepository >
4444 <repository >
4545 <id >central</id >
46- <url >https://s01.oss .sonatype.org /service/local/staging/deploy/maven2/</url >
46+ <url >https://ossrh-staging-api.central .sonatype.com /service/local/staging/deploy/maven2/</url >
4747 </repository >
4848 </distributionManagement >
4949
You can’t perform that action at this time.
0 commit comments