summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-10 18:39:16 +0100
committerSven Gothel <[email protected]>2019-12-10 18:39:16 +0100
commit6bdee37988009d3006ccf99bac1ccea497141afd (patch)
tree599fab3d9647bdfde7ca8ec0fb78010c7f36db08 /build.xml
parent4b859d7b63e5cf4aa74f740d4ae7f46aa13788c9 (diff)
Bug 1417 Android clang support: ant build update: java 1.8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3987efd..d87d7c2 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
<!--
===================================================================