mirror of https://github.com/apache/poi.git
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:
parent
b217a77dac
commit
971ff37eec
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue