diff options
author | Sven Gothel <[email protected]> | 2019-12-10 18:39:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-10 18:39:16 +0100 |
commit | 6bdee37988009d3006ccf99bac1ccea497141afd (patch) | |
tree | 599fab3d9647bdfde7ca8ec0fb78010c7f36db08 /build.xml | |
parent | 4b859d7b63e5cf4aa74f740d4ae7f46aa13788c9 (diff) |
Bug 1417 Android clang support: ant build update: java 1.8
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ (zipped source doesn't contain xdocs proposal) --> <property name="ant-src.dir" location="/ant-src/ant"/> <property name="xdocs.dir" location="${ant-src.dir}/proposal/xdocs"/> - <property name="javac.source" value="1.6"/> - <property name="javac.target" value="1.6"/> + <property name="javac.source" value="1.8"/> + <property name="javac.target" value="1.8"/> <!-- =================================================================== |