aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 3 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index f2856893e..7e5d0096f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,5 @@
buildscript {
repositories {
- mavenCentral()
mavenLocal()
maven {
url "https://plugins.gradle.org/m2/"
@@ -59,11 +58,11 @@ subprojects {
targetCompatibility = 1.6
repositories {
- mavenCentral()
- mavenLocal()
maven {
- url "https://oss.sonatype.org/content/repositories/snapshots/"
+ // The google mirror is less flaky than mavenCentral()
+ url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
}
+ mavenLocal()
}
[compileJava, compileTestJava, compileJmhJava].each() {