diff options
author | Dominik Stadler <centic@apache.org> | 2020-10-25 08:22:45 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2020-10-25 08:22:45 +0000 |
commit | 8b37dad7a15341201e8b97c7556976fe35a48ba4 (patch) | |
tree | f6c04a338aefb226161a252a7ec05307187d523d /build.xml | |
parent | 062455c25d0fc073932b7c3695795fc89baca583 (diff) | |
download | poi-8b37dad7a15341201e8b97c7556976fe35a48ba4.tar.gz poi-8b37dad7a15341201e8b97c7556976fe35a48ba4.zip |
Add mising path to ooxml-schemas which is necessary for building with latest JDK 16 ea-builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1273,6 +1273,7 @@ under the License. unless:true="${isJava8}"> <compilerarg line="--patch-module org.apache.poi.stress=${integration.output.test.dir}"/> <modulepath> + <pathelement path="build/dist/maven/ooxml-schemas"/> <pathelement path="build/dist/maven/poi"/> <pathelement path="build/dist/maven/poi-ooxml"/> <pathelement path="build/dist/maven/poi-scratchpad"/> |