Browse Source

#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
tags/REL_5_2_0
Andreas Beeker 2 years ago
parent
commit
914614f7a8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View 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',

Loading…
Cancel
Save