aboutsummaryrefslogtreecommitdiffstats
path: root/poi/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/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/build.gradle')
-rw-r--r--poi/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index c8dee0de43..b411b99dc5 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -147,7 +147,7 @@ task cacheTest9(type: Copy) {
}
jar {
- dependsOn cacheJava9
+ dependsOn cacheJava9, cyclonedxBom
if (jdkVersion == 8) {
into('META-INF/versions/9') {