build: add mavenCentral to repositories

This commit is contained in:
Jihun Cho 2019-09-27 11:05:56 -07:00
parent 18a9671ea0
commit 5afba81806
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}