require:java 11
This commit is contained in:
parent
01d34e1955
commit
d4983b83ef
|
@ -44,11 +44,11 @@
|
|||
|
||||
<target name="compile">
|
||||
<fail message="Unsupported Java version: ${ant.java.version}.
|
||||
Make sure that the Java version is 1.8 NOT greater see https://github.com/rusefi/rusefi/issues/3128">
|
||||
Make sure that the Java version is exactly 11 see https://github.com/rusefi/rusefi/issues/3128 Detected ${ant.java.version}">
|
||||
<condition>
|
||||
<not>
|
||||
<or>
|
||||
<equals arg1="${ant.java.version}" arg2="1.8"/>
|
||||
<equals arg1="${ant.java.version}" arg2="11.0"/>
|
||||
</or>
|
||||
</not>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in New Issue