Skip to content

Commit aa4961f

Browse files
committed
update to JDK 17.0.6+10
1 parent baebaff commit aa4961f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<property name="examples.dir"
3131
location="../../processing-examples" />
3232

33-
<!-- 17.0.5+8 -->
33+
<!-- 17.0.6+10 -->
3434
<property name="jdk.train" value="17" />
35-
<property name="jdk.detail" value="${jdk.train}.0.5" />
36-
<property name="jdk.build" value="8" />
35+
<property name="jdk.detail" value="${jdk.train}.0.6" />
36+
<property name="jdk.build" value="10" />
3737
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />
3838

3939

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ X preferences.txt is not saved when closing Processing under certain circumstanc
33
X https://github.com/processing/processing4/issues/608
44
X set all build.xml files to use Java 17
55
X also fix several that still had tabs instead of spaces
6+
X update to JDK 17.0.6+10 from https://adoptium.net/
67

78
manager
89
X add 'exports' to the library parameters

0 commit comments

Comments
 (0)