소스 검색

enable gradle caching again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916038 13f79535-47bb-0310-9956-ffa450edef68
pull/602/head
Axel Howind 2 달 전
부모
커밋
9d14f3f9ee
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      gradle.properties

+ 1
- 2
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

Loading…
취소
저장