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') {
125
125
repositories {
126
126
maven {
127
127
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/" )
129
129
credentials {
130
130
username = project. findProperty(" centralUsername" ) ?: System . getenv(" CENTRAL_USERNAME" )
131
131
password = project. findProperty(" centralPassword" ) ?: System . getenv(" CENTRAL_PASSWORD" )
Original file line number Diff line number Diff line change 39
39
<distributionManagement >
40
40
<snapshotRepository >
41
41
<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 >
43
43
</snapshotRepository >
44
44
<repository >
45
45
<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 >
47
47
</repository >
48
48
</distributionManagement >
49
49
You can’t perform that action at this time.
0 commit comments