mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-22 06:40:53 -07:00
Fixed build.gradle
This commit is contained in:
parent
09bdfd7ac1
commit
cce35b4a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue