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
|
||||
- Always operate in "two wire" mode for batch fuel, fixing batch firing order #5353
|
||||
- rusEFI console requires java 11
|
||||
|
||||
## June 2023 Release "Day 466"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -15,12 +15,10 @@
|
|||
<manifest></manifest>
|
||||
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
||||
<jre>
|
||||
<path></path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<path>%JAVA_HOME%;%PATH%</path>
|
||||
<requiresJdk>false</requiresJdk>
|
||||
<requires64Bit>false</requires64Bit>
|
||||
<minVersion>11.0</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Binary file not shown.
|
@ -15,12 +15,10 @@
|
|||
<manifest></manifest>
|
||||
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
||||
<jre>
|
||||
<path></path>
|
||||
<bundledJre64Bit>false</bundledJre64Bit>
|
||||
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<path>%JAVA_HOME%;%PATH%</path>
|
||||
<requiresJdk>false</requiresJdk>
|
||||
<requires64Bit>false</requires64Bit>
|
||||
<minVersion>11.0</minVersion>
|
||||
<maxVersion></maxVersion>
|
||||
<jdkPreference>preferJre</jdkPreference>
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
</jre>
|
||||
</launch4jConfig>
|
Loading…
Reference in New Issue