]> source.dussan.org Git - poi.git/commitdiff
exclude sboms from source distro
authorPJ Fanning <fanningpj@apache.org>
Thu, 22 Dec 2022 19:28:44 +0000 (19:28 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 22 Dec 2022 19:28:44 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906171 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 9377d00439926a9e05608ed900c540ebf47b8953..d22829fec16bcdd9901e85fdb171cee9031024a3 100644 (file)
@@ -786,9 +786,6 @@ distributions {
                 // exclude intermediate files
                 exclude '**/*-saved.xls'
             }
-            from('.') {
-                include '*/build/reports/*.bom.*'
-            }
             from('legal') { exclude 'HEADER' }
 
             includeEmptyDirs = false