diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-21 17:52:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-21 17:52:29 +0000 |
commit | 1494812da8bb84bb1c782c1aa33e8b89ef5f33ba (patch) | |
tree | e19501e1166685d6ec9d1902855644539dd76000 /poi-scratchpad/build.gradle | |
parent | efeea0fbc99320e6a365f7000432b291cc1fa8d6 (diff) | |
download | poi-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.gradle | 1 |
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) { |