try to get sboms to build again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-12-26 13:32:30 +00:00
parent b217a77dac
commit 971ff37eec
1 changed files with 4 additions and 2 deletions

View File

@ -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 {