diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-18 22:09:44 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-18 22:09:44 +0000 |
commit | 8c12df72704183acd77ad2e44e251c13dba3a731 (patch) | |
tree | 6b254f9a7af801d94b1d279c339a3c33dc528c6e /build.xml | |
parent | 4458a10d66dee397d1ef402cb5be2136955ed488 (diff) | |
download | poi-8c12df72704183acd77ad2e44e251c13dba3a731.tar.gz poi-8c12df72704183acd77ad2e44e251c13dba3a731.zip |
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -335,8 +335,11 @@ under the License. <propertyref name="user.country"/> <propertyref name="javax.xml.stream.XMLInputFactory"/> <propertyref name="org.apache.commons.logging.Log"/> - <propertyref name="java.locale.providers"/> <!-- required for Java 9 compilation --> - <propertyref name="version.id"/> <!-- to detect if we are running on slow Gump VM --> + <!-- required for Java 9 compilation --> + <propertyref name="java.locale.providers"/> + <!-- to detect if we are running on slow Gump VM --> + <propertyref name="version.id"/> + <propertyref name="scratchpad.ignore"/> </propertyset> <!-- these need to be set differently when running with Java 9 --> |