Skip to content

Commit f36b58e

Browse files
committed
bump Java to 17.0.8+7
1 parent 51e9f8c commit f36b58e

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.6+10 -->
33+
<!-- 17.0.8+7 -->
3434
<property name="jdk.train" value="17" />
35-
<property name="jdk.detail" value="${jdk.train}.0.6" />
36-
<property name="jdk.build" value="10" />
35+
<property name="jdk.detail" value="${jdk.train}.0.8" />
36+
<property name="jdk.build" value="7" />
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
@@ -12,6 +12,7 @@ o https://github.com/processing/processing4/issues/733
1212
X this was an Android Mode bug
1313
X inherit dark mode from system settings on macOS
1414
X https://github.com/processing/processing4/issues/699
15+
X bump Java to 17.0.8+7
1516
_ update icon to look less like VS Code
1617
_ update splash screen based on changes
1718

0 commit comments

Comments
 (0)