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 {
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue