aboutsummaryrefslogtreecommitdiff
path: root/all/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'all/build.gradle')
-rw-r--r--all/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 138795323..95942b4dd 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -4,7 +4,10 @@ description = "gRPC: All"
buildscript {
repositories {
- mavenCentral()
+ maven {
+ // The google mirror is less flaky than mavenCentral()
+ url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
+ }
}
dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'