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-excelant | |
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-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 2a4f7a9ae6..3d72c8dcbd 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -121,7 +121,7 @@ task cacheTest9(type: Copy) { } jar { - dependsOn cacheJava9 + dependsOn cacheJava9, cyclonedxBom destinationDirectory = file("../build/dist/maven/${project.archivesBaseName}") |