You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/12/22 19:28:45 UTC

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

Author: fanningpj
Date: Thu Dec 22 19:28:44 2022
New Revision: 1906171

URL: http://svn.apache.org/viewvc?rev=1906171&view=rev
Log:
exclude sboms from source distro

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1906171&r1=1906170&r2=1906171&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Dec 22 19:28:44 2022
@@ -786,9 +786,6 @@ distributions {
                 // exclude intermediate files
                 exclude '**/*-saved.xls'
             }
-            from('.') {
-                include '*/build/reports/*.bom.*'
-            }
             from('legal') { exclude 'HEADER' }
 
             includeEmptyDirs = false



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org