bump JDK to 11.0.8

This commit is contained in:
Ben Fry
2020-08-15 14:02:04 -04:00
parent 1565937aad
commit df450200fc
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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" />
+1
View File
@@ -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