aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-09-16 17:47:54 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-09-16 17:47:54 +0000
commit914614f7a895dc811615cb7884cfa78eb9c20897 (patch)
tree4c915f6fd5df78a0d19d3ed44570afb448218bf5 /build.gradle
parent44e9f4ec2451eaa1e24c4ca7cfe988f210f11f3c (diff)
downloadpoi-914614f7a895dc811615cb7884cfa78eb9c20897.tar.gz
poi-914614f7a895dc811615cb7884cfa78eb9c20897.zip
#65573 - POI bin tgz on CI build is missing poi-ooxml-lite jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index f4fdce8e57..798cea7e1f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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',