浏览代码

fix incremental build of poi-ooxml-full::generate_beans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891002 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Andreas Beeker 2 年前
父节点
当前提交
2b1c3a6d2c
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2
    3
      poi-ooxml-full/build.gradle

+ 2
- 3
poi-ooxml-full/build.gradle 查看文件

@@ -94,9 +94,8 @@ task copy_xsds(type: Copy) {
}

task generate_beans(dependsOn: copy_xsds) {
// incremental feature is not working ...
inputs.files fileTree(dir: 'build/xsds', include: '*.xsd')
outputs.file 'build/generated-resources/org/apache/poi/schemas/ooxml/system/ooxml/TypeSystemHolder.class'
inputs.dir 'build/xsds'
outputs.dir 'build/generated-resources'

doLast {
ant.uptodate(

正在加载...
取消
保存