examples: add mavenCentral build.gradle without jcenter repo

This commit is contained in:
Jihun Cho 2019-09-27 11:18:58 -07:00
parent 5afba81806
commit 15295c75ae
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ plugins {
repositories { repositories {
maven { // The google mirror is less flaky than mavenCentral() maven { // The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/repos/central/data/" } url "https://maven-central.storage-download.googleapis.com/repos/central/data/" }
mavenCentral()
mavenLocal() mavenLocal()
} }

View File

@ -11,6 +11,7 @@ repositories {
maven { // The google mirror is less flaky than mavenCentral() maven { // The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/repos/central/data/" url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
} }
mavenCentral()
mavenLocal() mavenLocal()
} }

View File

@ -11,6 +11,7 @@ repositories {
maven { // The google mirror is less flaky than mavenCentral() maven { // The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/repos/central/data/" url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
} }
mavenCentral()
mavenLocal() mavenLocal()
} }