Added basic command center logic

This commit is contained in:
Anuken
2018-07-26 15:17:23 -04:00
parent 2a6ee6d65b
commit ea6f88b7f6
7 changed files with 151 additions and 64 deletions

View File

@@ -156,9 +156,7 @@ project(":core") {
def comp = System.properties["release"] == null || System.properties["release"] == "false"
if(!comp){
println("Note: Compiling release build.")
}
if(!comp) println("Note: Compiling release build.")
if(new File(projectDir.parent, '../uCore').exists() && comp){
compile project(":uCore")