java: support compilation by both 8 and 11 fix #1526
This commit is contained in:
parent
004f5dc95c
commit
e65e0f7e6d
|
@ -37,6 +37,7 @@ Release template (copy/paste this for new release):
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353
|
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353
|
||||||
|
- rusEFI console requires java 11
|
||||||
|
|
||||||
## June 2023 Release "Day 466"
|
## June 2023 Release "Day 466"
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -15,12 +15,10 @@
|
||||||
<manifest></manifest>
|
<manifest></manifest>
|
||||||
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<path></path>
|
<path>%JAVA_HOME%;%PATH%</path>
|
||||||
<bundledJre64Bit>false</bundledJre64Bit>
|
<requiresJdk>false</requiresJdk>
|
||||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
<requires64Bit>false</requires64Bit>
|
||||||
<minVersion>1.8.0</minVersion>
|
<minVersion>11.0</minVersion>
|
||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
|
||||||
<runtimeBits>64/32</runtimeBits>
|
|
||||||
</jre>
|
</jre>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
Binary file not shown.
|
@ -15,12 +15,10 @@
|
||||||
<manifest></manifest>
|
<manifest></manifest>
|
||||||
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<path></path>
|
<path>%JAVA_HOME%;%PATH%</path>
|
||||||
<bundledJre64Bit>false</bundledJre64Bit>
|
<requiresJdk>false</requiresJdk>
|
||||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
<requires64Bit>false</requires64Bit>
|
||||||
<minVersion>1.8.0</minVersion>
|
<minVersion>11.0</minVersion>
|
||||||
<maxVersion></maxVersion>
|
<maxVersion></maxVersion>
|
||||||
<jdkPreference>preferJre</jdkPreference>
|
|
||||||
<runtimeBits>64/32</runtimeBits>
|
|
||||||
</jre>
|
</jre>
|
||||||
</launch4jConfig>
|
</launch4jConfig>
|
Loading…
Reference in New Issue