fix compile error

compile error when downloading net.darkhax.tesla jar package,because of http://maven.epoxide.xyz Can't connect.
This commit is contained in:
振云 (Percy) 2018-02-13 11:20:10 +08:00 committed by GitHub
parent 5464981610
commit 3d361838e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,9 @@ repositories {
maven {
url "http://maven.epoxide.xyz"
}
maven {
url "http://maven.mcmoddev.com"
}
}
dependencies {
@ -111,4 +114,4 @@ publishing {
url "file:///srv/nginx/maven"
}
}
}
}