Skip to content

Commit 58770e1

Browse files
committed
update to Java 17.0.2+8
1 parent b988db4 commit 58770e1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-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.1+12 -->
33+
<!-- 17.0.2+8 -->
3434
<property name="jdk.train" value="17" />
35-
<property name="jdk.detail" value="${jdk.train}.0.1" />
36-
<property name="jdk.build" value="12" />
35+
<property name="jdk.detail" value="${jdk.train}.0.2" />
36+
<property name="jdk.build" value="8" />
3737
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />
3838

3939

todo.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
1281 (4.0b6)
2+
X update to Java 17.0.2+8
3+
4+
5+
_ move "Add Examples" to bottom of window
26

37

48
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

0 commit comments

Comments
 (0)