Fixed build.gradle

This commit is contained in:
Anuken 2018-05-09 16:46:25 -07:00
parent 09bdfd7ac1
commit cce35b4a6f

View File

@ -148,7 +148,7 @@ project(":core") {
apply plugin: "java"
dependencies {
boolean comp = true//System.properties["release"] == null || System.properties["release"] == "false"
boolean comp = System.properties["release"] == null || System.properties["release"] == "false"
if(!comp){
println("NOTICE: Compiling release build.")