You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/12/26 13:32:31 UTC

svn commit: r1906215 - /poi/trunk/build.gradle

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org