Bundle cleanup

This commit is contained in:
Anuken
2018-07-26 14:19:58 -04:00
parent 583342b430
commit 2a6ee6d65b
3 changed files with 5 additions and 6 deletions

View File

@@ -154,12 +154,10 @@ project(":core") {
compileOnly project(":annotations")
build.finalizedBy(finish)
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
def comp = System.properties["release"] == null || System.properties["release"] == "false"
if(!comp){
println("NOTICE: Compiling release build.")
}else{
println("Compiling DEBUG build.")
println("Note: Compiling release build.")
}
if(new File(projectDir.parent, '../uCore').exists() && comp){