From: Dominik Stadler Date: Thu, 24 Mar 2022 04:42:37 +0000 (+0000) Subject: Avoid intermittent failure of srcDistZip with parallel builds/tests X-Git-Tag: REL_5_2_3~396 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c5a13f5b3f10f665719338739ed5dccb22a68867;p=poi.git 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 --- diff --git a/build.gradle b/build.gradle index e659737efd..56655a7f10 100644 --- a/build.gradle +++ b/build.gradle @@ -793,6 +793,9 @@ distributions { exclude '*.docx' exclude '*.pptx' exclude '*.xlsx' + + // exclude intermediate files + exclude '**/*-saved.xls' } from('legal') { exclude 'HEADER' } }