Updated version

This commit is contained in:
Anuken
2018-04-21 18:28:38 -04:00
parent 6e9d833c77
commit 496b4e77e8
2 changed files with 4 additions and 4 deletions

View File

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