Gradle daemon is a demon

This commit adds a property that will prevent the Gradle daemon from
being used for builds (even if one is running). This is to avoid some
nasty issues (e.g., SIGBUS faults and other mmap diasters) that result
from class loaders not being closed properly.
This commit is contained in:
Jason Tedor 2015-11-25 09:26:03 -05:00
parent 7c104fdb39
commit 2f95e4a86c
1 changed files with 1 additions and 0 deletions

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
org.gradle.daemon=false