aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-full/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-12-21 17:52:29 +0000
committerPJ Fanning <fanningpj@apache.org>2022-12-21 17:52:29 +0000
commit1494812da8bb84bb1c782c1aa33e8b89ef5f33ba (patch)
treee19501e1166685d6ec9d1902855644539dd76000 /poi-ooxml-full/build.gradle
parentefeea0fbc99320e6a365f7000432b291cc1fa8d6 (diff)
downloadpoi-1494812da8bb84bb1c782c1aa33e8b89ef5f33ba.tar.gz
poi-1494812da8bb84bb1c782c1aa33e8b89ef5f33ba.zip
try to build sboms
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-full/build.gradle')
-rw-r--r--poi-ooxml-full/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle
index 0900c57b34..4f857994c0 100644
--- a/poi-ooxml-full/build.gradle
+++ b/poi-ooxml-full/build.gradle
@@ -143,7 +143,7 @@ task sourceJar(type: Jar) {
}
jar {
- dependsOn 'sourceJar'
+ dependsOn 'sourceJar', cyclonedxBom
if (jdkVersion == 8) {
into('META-INF/versions/9') {