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:
parent
7c104fdb39
commit
2f95e4a86c
|
@ -0,0 +1 @@
|
|||
org.gradle.daemon=false
|
Loading…
Reference in New Issue