Update JDK to 11.0.11+9

This commit is contained in:
Ben Fry
2021-05-07 06:03:48 -04:00
parent e31115546b
commit cbdf55c96d
2 changed files with 3 additions and 1 deletions

View File

@@ -84,7 +84,7 @@
<property name="jdk.train" value="11" />
<property name="jdk.version" value="0" />
<property name="jdk.update" value="10" />
<property name="jdk.update" value="11" />
<property name="jdk.build" value="9" />
<property name="jdk.prefix" value="jdk" />

View File

@@ -12,6 +12,7 @@ X https://github.com/processing/processing4/issues/174
X catch NoClassDefError in Platform.deleteFile() (still unclear of its cause)
X need to set a nicer default font
X increases export size, but impact is so worth it
X Update JDK to 11.0.11+9
earlier
o further streamline the downloader
@@ -23,6 +24,7 @@ contribs
X many updates in the docs portion of the repo
X https://github.com/processing/processing4/pull/191
_ when lib downloads (batik) go dead, fallback to the download.processing.org version
_ or for now, tell users how to do it manually