Skip to content

Commit

Permalink
Update JDK to 11.0.11+9
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed May 7, 2021
1 parent e311155 commit cbdf55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 2 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit cbdf55c

Please sign in to comment.