Skip to content

Commit fde276a

Browse files
committed
bump to Java 17.0.4+8
1 parent a8bb758 commit fde276a

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-docs/content/examples" />
3232

33-
<!-- 17.0.3+7 -->
33+
<!-- 17.0.4+8 -->
3434
<property name="jdk.train" value="17" />
35-
<property name="jdk.detail" value="${jdk.train}.0.3" />
36-
<property name="jdk.build" value="7" />
35+
<property name="jdk.detail" value="${jdk.train}.0.4" />
36+
<property name="jdk.build" value="8" />
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
@@ -1,5 +1,6 @@
11
1284 (4.0b9)
22
X bump to Java 17.0.3+7
3+
X and again to Java 17.0.4+8
34
X specify Java version with appbundler in main app
45
X "core does not run on this architecture linux-amd64" on Linux
56
X just need to do 'ant clean-jogl' inside core

0 commit comments

Comments
 (0)