aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/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-scratchpad/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-scratchpad/build.gradle')
-rw-r--r--poi-scratchpad/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle
index 4c92d381c9..7e53bba708 100644
--- a/poi-scratchpad/build.gradle
+++ b/poi-scratchpad/build.gradle
@@ -117,6 +117,7 @@ task cacheTest9(type: Copy) {
}
jar {
+ dependsOn cyclonedxBom
destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}")
if (jdkVersion == 8) {