mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 16:58:34 +01:00
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:
parent
5464981610
commit
3d361838e0
1 changed files with 4 additions and 1 deletions
|
@ -41,6 +41,9 @@ repositories {
|
|||
maven {
|
||||
url "http://maven.epoxide.xyz"
|
||||
}
|
||||
maven {
|
||||
url "http://maven.mcmoddev.com"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue