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

Commit

Permalink
Browse files Browse the repository at this point in the history
build: migrate to google sonatype endpoint (#248)
Release-As: 1.10.5
  • Loading branch information
Neenu1995 committed Jul 27, 2021
1 parent 8889689 commit c3ab73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -274,7 +274,7 @@ afterEvaluate {
}
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 c3ab73e

Please sign in to comment.