localArc should now work without jitpack
This commit is contained in:
@@ -24,6 +24,8 @@ if(!hasProperty("release") && !hasProperty("noLocalArc")){
|
||||
if(new File(rootDir.parent, 'Arc').exists()){
|
||||
println("Compiling with localArc")
|
||||
includeBuild("../Arc")
|
||||
}else{
|
||||
println("Local Arc not found. Cloning https://github.com/Anuken/Arc to a directory next to Mindustry is highly recommended, as jitpack is unreliable.")
|
||||
}
|
||||
|
||||
if(new File(rootDir.parent, 'Mindustry-Debug').exists()){
|
||||
|
||||
Reference in New Issue
Block a user