Skip to content

Commit

Permalink
enable gradle caching again
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916038 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Axel Howind committed Feb 28, 2024
1 parent 9e425e1 commit 9d14f3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d14f3f

Please sign in to comment.