aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/build.gradle')
-rw-r--r--benchmarks/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index 221dd95ad..11d943ddb 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -1,6 +1,9 @@
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