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 2023/02/23 00:03:18 UTC

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

Author: fanningpj
Date: Thu Feb 23 00:03:18 2023
New Revision: 1907816

URL: http://svn.apache.org/viewvc?rev=1907816&view=rev
Log:
try gradle 8.0.1 again

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1907816&r1=1907815&r2=1907816&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Feb 23 00:03:18 2023
@@ -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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org