Try a maven mirrior to fix build issues.

This commit is contained in:
Lex Manos 2015-02-08 17:24:44 -08:00
parent 2419d4913b
commit 0e69e84d89
1 changed files with 8 additions and 0 deletions

View File

@ -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"