diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-26 19:54:56 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-26 19:54:56 +0000 |
commit | a84c9e0be6b7de33533ce53598a6aba8a2436910 (patch) | |
tree | eff6746264815cc8a3785e4545bfc94c19a860b3 | |
parent | cf559d3ae46c2faab8cd46259f63c25128626292 (diff) | |
download | poi-a84c9e0be6b7de33533ce53598a6aba8a2436910.tar.gz poi-a84c9e0be6b7de33533ce53598a6aba8a2436910.zip |
try to get sboms to build again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906222 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 6ae9616c90..3a7c4d7a8e 100644 --- a/build.gradle +++ b/build.gradle @@ -795,7 +795,8 @@ distributions { } binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar', ':poi-ooxml-full:cyclonedxBom', - ':poi-ooxml:cyclonedxBom', ':poi-scratchpad:cyclonedxBom', ':poi-excelant:cyclonedxBom', + ':poi-ooxml:cyclonedxBom', 'poi-ooxml-lite:cyclonedxBom', + ':poi-scratchpad:cyclonedxBom', ':poi-excelant:cyclonedxBom', ':poi:cyclonedxBom', ':poi-examples:cyclonedxBom' binDistTar.dependsOn 'binDistZip' |