65206 - Migrate ant / maven to gradle build

try to fix Java 16 build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-03-27 23:16:45 +00:00
parent 37791e4bdf
commit 153d28593d
1 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,8 @@ poijobs.each { poijob ->
includePattern('sonar/*/target/**') includePattern('sonar/*/target/**')
/* remove ooxml-schemas while the builds migrate to 5th edition */ /* remove ooxml-schemas while the builds migrate to 5th edition */
includePattern('build/xmlbean-*/**') includePattern('build/xmlbean-*/**')
/* remove remaining src debris */
includePattern('src/*/build/**')
} }
if(poijob.sonar) { if(poijob.sonar) {
credentialsBinding { credentialsBinding {