We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea3de4 commit 91df9b1Copy full SHA for 91df9b1
app/build.xml
@@ -73,7 +73,7 @@
73
<echo message="override ${env.JAVA_HOME}/lib/tools.jar" />
74
<fail />
75
-->
76
- <javac source="1.6" target="1.6"
+ <javac source="1.8" target="1.8"
77
srcdir="src"
78
destdir="bin"
79
encoding="UTF-8"
@@ -85,7 +85,7 @@
85
<target name="test" depends="compile" description="Runs the test">
86
<mkdir dir="test-bin"/>
87
88
89
srcdir="test"
90
destdir="test-bin"
91
arduino-core/build.xml
@@ -31,8 +31,8 @@
31
<property environment="env" />
32
<property name="java_home" value="${env.JAVA_HOME}" />
33
34
- <javac source="1.6"
35
- target="1.6"
+ <javac source="1.8"
+ target="1.8"
36
37
includeAntRuntime="false"
38
0 commit comments