2021-04-07 17:40:33 -04:00
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
2021-11-07 09:59:48 -05:00
|
|
|
# Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError
|
2022-02-22 12:16:21 -05:00
|
|
|
org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
|
2021-11-07 09:59:48 -05:00
|
|
|
|
|
|
|
# Activating will be much faster, but break the build of 'poi-ooxml-lite'
|
|
|
|
# @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before
|
|
|
|
org.gradle.caching=false
|
|
|
|
|
|
|
|
# Modularise your project and enable parallel build
|
|
|
|
org.gradle.parallel=true
|
|
|
|
|
|
|
|
# Enable configure on demand.
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
|