aboutsummaryrefslogtreecommitdiff
path: root/protobuf/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf/build.gradle')
-rw-r--r--protobuf/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/protobuf/build.gradle b/protobuf/build.gradle
index 9ce87b9ab..2d4a8a8c5 100644
--- a/protobuf/build.gradle
+++ b/protobuf/build.gradle
@@ -2,7 +2,10 @@ description = 'gRPC: Protobuf'
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 libraries.protobuf_plugin