Update xmlbeans 4.0 everytime while it's not stable yet

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-06-20 16:31:10 +00:00
parent 0f4f91c769
commit b4b5603318
1 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,8 @@ poijobs.each { poijob ->
writeDescription('Build was aborted due to timeout')
}
preBuildCleanup {
/* remove xmlbeans while 4.0 is not stable */
includePattern('**/lib/ooxml/xmlbeans*.jar')
includePattern('**/lib/ooxml/ooxml*.jar')
includePattern('sonar/*/target/**')
}