Author: axh
Date: Wed Feb 28 09:42:29 2024
New Revision: 1916038

URL: http://svn.apache.org/viewvc?rev=1916038&view=rev
Log:
enable gradle caching again

Modified:
    poi/trunk/gradle.properties

Modified: poi/trunk/gradle.properties
URL: 
http://svn.apache.org/viewvc/poi/trunk/gradle.properties?rev=1916038&r1=1916037&r2=1916038&view=diff
==============================================================================
--- poi/trunk/gradle.properties (original)
+++ poi/trunk/gradle.properties Wed Feb 28 09:42:29 2024
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to