File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
<echo message="override ${env.JAVA_HOME}/lib/tools.jar" />
74
74
<fail />
75
75
-->
76
- <javac source =" 1.6 " target =" 1.6 "
76
+ <javac source =" 1.8 " target =" 1.8 "
77
77
srcdir =" src"
78
78
destdir =" bin"
79
79
encoding =" UTF-8"
85
85
<target name =" test" depends =" compile" description =" Runs the test" >
86
86
<mkdir dir =" test-bin" />
87
87
88
- <javac source =" 1.6 " target =" 1.6 "
88
+ <javac source =" 1.8 " target =" 1.8 "
89
89
srcdir =" test"
90
90
destdir =" test-bin"
91
91
encoding =" UTF-8"
Original file line number Diff line number Diff line change 31
31
<property environment =" env" />
32
32
<property name =" java_home" value =" ${ env.JAVA_HOME } " />
33
33
34
- <javac source =" 1.6 "
35
- target =" 1.6 "
34
+ <javac source =" 1.8 "
35
+ target =" 1.8 "
36
36
encoding =" UTF-8"
37
37
includeAntRuntime =" false"
38
38
srcdir =" src"
You can’t perform that action at this time.
0 commit comments