Author: centic
Date: Thu Mar 24 04:42:37 2022
New Revision: 1899163

URL: http://svn.apache.org/viewvc?rev=1899163&view=rev
Log:
Avoid intermittent failure of srcDistZip with parallel builds/tests

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1899163&r1=1899162&r2=1899163&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Mar 24 04:42:37 2022
@@ -793,6 +793,9 @@ distributions {
                 exclude '*.docx'
                 exclude '*.pptx'
                 exclude '*.xlsx'
+
+                // exclude intermediate files
+                exclude '**/*-saved.xls'
             }
             from('legal') { exclude 'HEADER' }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to