Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c3ab73e

Browse files
authored
build: migrate to google sonatype endpoint (#248)
Release-As: 1.10.5
1 parent 8889689 commit c3ab73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ afterEvaluate {
274274
}
275275
repositories {
276276
maven {
277-
url 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
277+
url 'https://google.oss.sonatype.org/service/local/staging/deploy/maven2/'
278278
credentials {
279279
username = project.hasProperty('ossrhUsername') ? project.getProperty('ossrhUsername') : null
280280
password = project.hasProperty('ossrhPassword') ? project.getProperty('ossrhPassword') : null

0 commit comments

Comments
 (0)