aboutsummaryrefslogtreecommitdiff
path: root/testing-proto/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'testing-proto/build.gradle')
-rw-r--r--testing-proto/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing-proto/build.gradle b/testing-proto/build.gradle
index 84f651af4..d28992127 100644
--- a/testing-proto/build.gradle
+++ b/testing-proto/build.gradle
@@ -3,7 +3,10 @@ description = "gRPC: Testing Protos"
// Add dependency on the protobuf plugin
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