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"