Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Itzbenz authored Aug 26, 2021
1 parent ff38bd4 commit 4861f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ allprojects {
File mindustry = file(mindustryExecutable)

File mindustryServer = file(mindustryServerExecutable)
if (be || mindustry.exists() || mindustryServer.exists()) {

compileOnly(files(mindustry))
compileOnly(files(mindustryServer))
//testCompileOnly(files(mindustry))
testImplementation(files(mindustryServer))
testImplementation(files(mindustry))
} else {//if you feel fancy remove this else
if(!be){//if you feel fancy remove this else
compileOnly("com.github.Anuken.Mindustry:desktop:$mindustryHash")
compileOnly("com.github.Anuken.Arc:arc-core:$arcHash")
compileOnly("com.github.Anuken.Arc:backend-sdl:$arcHash")
Expand Down

0 comments on commit 4861f14

Please sign in to comment.