mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
bump JDK to 11.0.8
This commit is contained in:
+2
-2
@@ -87,13 +87,13 @@
|
||||
|
||||
<property name="jdk.train" value="11" />
|
||||
<property name="jdk.version" value="0" />
|
||||
<property name="jdk.update" value="7" />
|
||||
<property name="jdk.update" value="8" />
|
||||
<property name="jdk.build" value="10" />
|
||||
|
||||
<property name="jdk.prefix" value="jdk" />
|
||||
<property name="jdk.esoteric" value="${jdk.train}.${jdk.version}.${jdk.update}" />
|
||||
|
||||
<!-- as of 200427, gluon is currently working on 14.0, and has 11.0.7 available for
|
||||
<!-- as of 200815, gluon is currently working on 14.0, and has 11.0.8 available for
|
||||
commercial clients as an LTS release, but 11.0.2 is the latest public version -->
|
||||
<property name="jfx.train" value="11" />
|
||||
<property name="jfx.version" value="0" />
|
||||
|
||||
@@ -3,6 +3,7 @@ X break buildMenu() into populateMenu() method to delay Debugger init
|
||||
X https://github.com/processing/processing4/issues/73
|
||||
X macOS build broken
|
||||
X https://github.com/processing/processing4/issues/83
|
||||
X bump JDK to 11.0.8
|
||||
|
||||
_ save() mostly broken due to AWT refactor
|
||||
_ https://github.com/processing/processing4/issues/80
|
||||
|
||||
Reference in New Issue
Block a user