mirror of
https://github.com/apache/poi.git
synced 2025-02-06 10:08:17 +00:00
7739885b2f
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
16 lines
599 B
Properties
16 lines
599 B
Properties
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
# Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError
|
|
org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
|
|
|
|
# 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
|
|
|