Layout fixes

This commit is contained in:
Anuken
2019-05-12 12:00:19 -04:00
parent 52674b4668
commit ffb6d398d7
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ allprojects{
arcHash = null
debugged = {
return new File(projectDir.parent, '../debug').exists() && !project.hasProperty("release")
return new File(projectDir.parent, '../debug').exists() && !project.hasProperty("release") && project.hasProperty("args")
}
localArc = {