Author: fanningpj
Date: Mon Dec 26 13:32:30 2022
New Revision: 1906215

URL: http://svn.apache.org/viewvc?rev=1906215&view=rev
Log:
try to get sboms to build again

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1906215&r1=1906214&r2=1906215&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Dec 26 13:32:30 2022
@@ -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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to