Browse Source

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.
Jason Tedor 10 years ago
parent
commit
2f95e4a86c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gradle.properties

+ 1 - 0
gradle.properties

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