Skip to content

Commit

Permalink
Gradle daemon is a demon
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jasontedor committed Nov 25, 2015
1 parent 7c104fd commit 2f95e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.daemon=false

0 comments on commit 2f95e4a

Please sign in to comment.