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

Commit

Permalink
build: switch all clients to use the google endpoint on sonatype (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored May 27, 2021
1 parent b863041 commit e55a27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ subprojects {
}
repositories {
maven {
url 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
url 'https://google.oss.sonatype.org/service/local/staging/deploy/maven2/'
credentials {
username = project.hasProperty('ossrhUsername') ? project.getProperty('ossrhUsername') : null
password = project.hasProperty('ossrhPassword') ? project.getProperty('ossrhPassword') : null
Expand Down

0 comments on commit e55a27d

Please sign in to comment.