mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
2f95e4a86c
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.
2 lines
24 B
INI
2 lines
24 B
INI
org.gradle.daemon=false
|