Minor bugfix

This commit is contained in:
Anuken
2018-08-09 22:20:46 -04:00
parent 79abb86262
commit 2b23b7876a
3 changed files with 2 additions and 3 deletions

View File

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