]> source.dussan.org Git - poi.git/commitdiff
try to get sboms to build again
authorPJ Fanning <fanningpj@apache.org>
Mon, 26 Dec 2022 19:54:56 +0000 (19:54 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 26 Dec 2022 19:54:56 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906222 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 6ae9616c9086afdd08913e89a92b3ce8a6980b79..3a7c4d7a8ee37b964afbd1ad85fef2f20d59a30d 100644 (file)
@@ -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'