diff options
author | Axel Howind <axh@apache.org> | 2024-02-28 09:42:29 +0000 |
---|---|---|
committer | Axel Howind <axh@apache.org> | 2024-02-28 09:42:29 +0000 |
commit | 9d14f3f9eebbc82c3a16d64fdc0cc41d294381d0 (patch) | |
tree | 361a05806da4be4e23aad4ba646965e5f5054e58 /gradle.properties | |
parent | 9e425e1c5b52011abc423cfcbac2857335cdf813 (diff) | |
download | poi-9d14f3f9eebbc82c3a16d64fdc0cc41d294381d0.tar.gz poi-9d14f3f9eebbc82c3a16d64fdc0cc41d294381d0.zip |
enable gradle caching again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 5f31059e4a..b0b7a57395 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,7 @@ 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 +org.gradle.caching=true # Modularise your project and enable parallel build org.gradle.parallel=true |