mirror of https://github.com/apache/poi.git
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:
parent
37791e4bdf
commit
153d28593d
|
@ -259,6 +259,8 @@ poijobs.each { poijob ->
|
|||
includePattern('sonar/*/target/**')
|
||||
/* remove ooxml-schemas while the builds migrate to 5th edition */
|
||||
includePattern('build/xmlbean-*/**')
|
||||
/* remove remaining src debris */
|
||||
includePattern('src/*/build/**')
|
||||
}
|
||||
if(poijob.sonar) {
|
||||
credentialsBinding {
|
||||
|
|
Loading…
Reference in New Issue