2021-04-07 21:40:33 +00:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2024-11-27 13:32:39 +00:00
|
|
|
# Less than 2G definitely slows things down. Increased to 3G due to OOM issues on ci-builds.apache.org.
|
|
|
|
# -XX:+HeapDumpOnOutOfMemoryError
|
|
|
|
org.gradle.jvmargs=-Xmx3G -Dfile.encoding=UTF-8
|
2021-11-07 14:59:48 +00:00
|
|
|
|
|
|
|
# Activating will be much faster, but break the build of 'poi-ooxml-lite'
|
2024-02-28 09:42:29 +00:00
|
|
|
org.gradle.caching=true
|
2021-11-07 14:59:48 +00:00
|
|
|
|
|
|
|
# Modularise your project and enable parallel build
|
|
|
|
org.gradle.parallel=true
|
|
|
|
|
|
|
|
# Enable configure on demand.
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
|