mirror of https://github.com/grpc/grpc-java.git
build: add mavenCentral to repositories
This commit is contained in:
parent
18a9671ea0
commit
5afba81806
|
@ -22,6 +22,7 @@ subprojects {
|
|||
repositories {
|
||||
maven { // The google mirror is less flaky than mavenCentral()
|
||||
url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue