update to JDK 17.0.6+10

This commit is contained in:
Ben Fry
2023-02-09 16:23:40 -05:00
parent baebaff396
commit aa4961fdc6
2 changed files with 4 additions and 3 deletions

View File

@@ -30,10 +30,10 @@
<property name="examples.dir"
location="../../processing-examples" />
<!-- 17.0.5+8 -->
<!-- 17.0.6+10 -->
<property name="jdk.train" value="17" />
<property name="jdk.detail" value="${jdk.train}.0.5" />
<property name="jdk.build" value="8" />
<property name="jdk.detail" value="${jdk.train}.0.6" />
<property name="jdk.build" value="10" />
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />

View File

@@ -3,6 +3,7 @@ X preferences.txt is not saved when closing Processing under certain circumstanc
X https://github.com/processing/processing4/issues/608
X set all build.xml files to use Java 17
X also fix several that still had tabs instead of spaces
X update to JDK 17.0.6+10 from https://adoptium.net/
manager
X add 'exports' to the library parameters