aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-12-22 01:03:34 +0000
committerPJ Fanning <fanningpj@apache.org>2022-12-22 01:03:34 +0000
commita7684eb0ed524148b8dc86dd4fa903a6c419df31 (patch)
treecbd903662e683c33bf8f70fb83a49a83f1784a59
parent7807b706acff50de75a92f918150bd080d58e885 (diff)
downloadpoi-a7684eb0ed524148b8dc86dd4fa903a6c419df31.tar.gz
poi-a7684eb0ed524148b8dc86dd4fa903a6c419df31.zip
add sboms to bin/src dits
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906155 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 040389d7f0..9377d00439 100644
--- a/build.gradle
+++ b/build.gradle
@@ -716,6 +716,10 @@ distributions {
from(poiDep) { include "**/*.jar" }
from(ooxmlImp) { include "**/*.jar" }
+ from('.') {
+ include '*/build/reports/*.bom.*'
+ }
+
includeEmptyDirs = false
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
@@ -782,7 +786,13 @@ distributions {
// exclude intermediate files
exclude '**/*-saved.xls'
}
+ from('.') {
+ include '*/build/reports/*.bom.*'
+ }
from('legal') { exclude 'HEADER' }
+
+ includeEmptyDirs = false
+ duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}
}