Skip to content

Commit 5c0be7e

Browse files
committed
build: update publishing url in lvl plugin build gradle
1 parent e7395bb commit 5c0be7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adjust/plugins/sdk-plugin-google-lvl/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
repositories {
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 {

0 commit comments

Comments
 (0)