You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/03/24 04:42:37 UTC

svn commit: r1899163 - /poi/trunk/build.gradle

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org