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:31:45 UTC

svn commit: r1906172 - /xmlbeans/trunk/build.gradle

Author: fanningpj
Date: Thu Dec 22 19:31:45 2022
New Revision: 1906172

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

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1906172&r1=1906171&r2=1906172&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Dec 22 19:31:45 2022
@@ -515,10 +515,6 @@ distributions {
                 into 'javadocs'
             }
 
-            from ('build/reports') {
-                include '*.bom.*'
-            }
-
             includeEmptyDirs = false
             duplicatesStrategy = DuplicatesStrategy.EXCLUDE
 



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