Skip to content

Commit a848846

Browse files
committed
Force --release 11 for o.e.ant.launching/lib/remote.jar
Fixes the following in the workspace build: ``` warning: [options] system modules path not set in conjunction with -source 11 ``` Rebuild (first time in 3 years!) or remote.jar pushed.
1 parent 13a7085 commit a848846

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ant/org.eclipse.ant.launching/buildfiles/buildRemote.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<property name="destdir" value="${temp.folder}/lib/remote.jar.bin"/>
3131
<delete dir="${destdir}"/>
3232
<mkdir dir="${destdir}"/>
33-
<javac source="11" target="11" destdir="${destdir}" failonerror="true" verbose="false" debug="on" includeAntRuntime="yes"
33+
<javac release="11" destdir="${destdir}" failonerror="true" verbose="false" debug="on" includeAntRuntime="yes"
3434
classpath="${basedir}/bin">
3535
<src path="${basedir}/remote"/>
3636
<compilerarg value="-Xlint"/>
-915 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)