]> source.dussan.org Git - poi.git/commitdiff
enable gradle caching again
authorAxel Howind <axh@apache.org>
Wed, 28 Feb 2024 09:42:29 +0000 (09:42 +0000)
committerAxel Howind <axh@apache.org>
Wed, 28 Feb 2024 09:42:29 +0000 (09:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916038 13f79535-47bb-0310-9956-ffa450edef68

gradle.properties

index 5f31059e4abe6dd1835a45414dfdc59b80c3a220..b0b7a573950234e8869bdda6726c0cb3a8405d81 100644 (file)
@@ -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