diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-12-26 13:32:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-12-26 13:32:30 +0000 |
commit | 971ff37eec7dea89c9cec7bbb1b6d6db90f9b59c (patch) | |
tree | eaad1c31575bf365d26c6a8ccdedee703f705544 | |
parent | b217a77dac8c68d2ede8e8abddcec330891c4113 (diff) | |
download | poi-971ff37eec7dea89c9cec7bbb1b6d6db90f9b59c.tar.gz poi-971ff37eec7dea89c9cec7bbb1b6d6db90f9b59c.zip |
try to get sboms to build again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906215 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 4bbda2e87e..6ae9616c90 100644 --- a/build.gradle +++ b/build.gradle @@ -794,8 +794,10 @@ distributions { } } -binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar', cyclonedxBom -binDistTar.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar', cyclonedxBom +binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar', ':poi-ooxml-full:cyclonedxBom', + ':poi-ooxml:cyclonedxBom', ':poi-scratchpad:cyclonedxBom', ':poi-excelant:cyclonedxBom', + ':poi:cyclonedxBom', ':poi-examples:cyclonedxBom' +binDistTar.dependsOn 'binDistZip' task soLinkCheck() { doLast { |