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
This commit is contained in:
Andreas Beeker 2021-06-23 20:39:46 +00:00
parent 678446554c
commit 2b1c3a6d2c
1 changed files with 2 additions and 3 deletions

View File

@ -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(