From 0e69e84d8960f39d0b7ee9f1761c9b8be4ddf8ad Mon Sep 17 00:00:00 2001 From: Lex Manos Date: Sun, 8 Feb 2015 17:24:44 -0800 Subject: [PATCH] Try a maven mirrior to fix build issues. --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.gradle b/build.gradle index e4e615af4..14c572359 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,9 @@ buildscript { repositories { + maven { + name = "central_mirrior" + url = "http://uk.maven.org/maven2" + } mavenCentral() mavenLocal() maven { @@ -26,6 +30,10 @@ apply plugin: 'maven' apply plugin: 'forgedev' repositories { + maven { + name = "central_mirrior" + url = "http://uk.maven.org/maven2" + } mavenLocal() flatDir { name "fileRepo"