]> source.dussan.org Git - poi.git/commitdiff
#65573 - POI bin tgz on CI build is missing poi-ooxml-lite jar
authorAndreas Beeker <kiwiwings@apache.org>
Thu, 16 Sep 2021 17:47:54 +0000 (17:47 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Thu, 16 Sep 2021 17:47:54 +0000 (17:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893381 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index f4fdce8e57d6bdf01499065cee46ce3ac539bbab..798cea7e1f2016ba72c9b941d07a9651ee3ebada 100644 (file)
@@ -696,8 +696,8 @@ distributions {
     }
 }
 
-binDistZip.dependsOn 'zipJavadocs'
-binDistTar.dependsOn 'zipJavadocs'
+binDistZip.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar'
+binDistTar.dependsOn 'zipJavadocs', ':poi-ooxml-lite:jar'
 
 var srcDep = [
     ':poi:cacheJava9',