File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Adjust/plugins/sdk-plugin-google-lvl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'signing'
44
55repositories {
66 maven {
7- url " https://oss .sonatype.org/content/repositories/staging /"
7+ url " https://central .sonatype.com/repository/maven-snapshots /"
88 }
99}
1010
@@ -128,9 +128,9 @@ afterEvaluate {
128128 maven {
129129 if (rootProject. ext. coreVersionName. toString(). contains(' SNAPSHOT' )) {
130130 println " Using Maven SNAPSHOT repository for publishing"
131- url " https://oss .sonatype.org/content/repositories/ snapshots/"
131+ url " https://central .sonatype.com/repository/maven- snapshots/"
132132 } else {
133- url " https://oss. sonatype.org /service/local/staging/deploy/maven2"
133+ url " https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2"
134134 }
135135 if (project. hasProperty(" sonatypeUsername" )) {
136136 credentials {
You can’t perform that action at this time.
0 commit comments