Try a maven mirrior to fix build issues.
This commit is contained in:
parent
2419d4913b
commit
0e69e84d89
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
maven {
|
||||||
|
name = "central_mirrior"
|
||||||
|
url = "http://uk.maven.org/maven2"
|
||||||
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
|
@ -26,6 +30,10 @@ apply plugin: 'maven'
|
||||||
apply plugin: 'forgedev'
|
apply plugin: 'forgedev'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
maven {
|
||||||
|
name = "central_mirrior"
|
||||||
|
url = "http://uk.maven.org/maven2"
|
||||||
|
}
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
flatDir {
|
flatDir {
|
||||||
name "fileRepo"
|
name "fileRepo"
|
||||||
|
|
Loading…
Reference in a new issue