try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-02-23 00:03:18 +00:00
parent dbbdb9bd46
commit 6248cc2138
1 changed files with 6 additions and 4 deletions

View File

@ -800,10 +800,12 @@ distributions {
}
}
binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar', ':poi-ooxml-full:cyclonedxBom',
':poi-ooxml:cyclonedxBom', 'poi-ooxml-lite:cyclonedxBom',
':poi-scratchpad:cyclonedxBom', ':poi-excelant:jar', ':poi-excelant:cyclonedxBom',
':poi:cyclonedxBom', ':poi-examples:cyclonedxBom'
binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-full:jar', ':poi-ooxml-full:cyclonedxBom',
':poi-ooxml:jar', ':poi-ooxml:cyclonedxBom',
':poi-ooxml-lite:jar', ':poi-ooxml-lite:cyclonedxBom',
':poi-scratchpad:jar', ':poi-scratchpad:cyclonedxBom',
':poi-excelant:jar', ':poi-excelant:cyclonedxBom',
':poi:jar', ':poi:cyclonedxBom', ':poi-examples:jar', ':poi-examples:cyclonedxBom'
binDistTar.dependsOn 'binDistZip'
task soLinkCheck() {