Avoid intermittent failure of srcDistZip with parallel builds/tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2022-03-24 04:42:37 +00:00
parent bfd2266779
commit c5a13f5b3f
1 changed files with 3 additions and 0 deletions

View File

@ -793,6 +793,9 @@ distributions {
exclude '*.docx'
exclude '*.pptx'
exclude '*.xlsx'
// exclude intermediate files
exclude '**/*-saved.xls'
}
from('legal') { exclude 'HEADER' }
}