bump to Java 17.0.4+8

This commit is contained in:
Ben Fry
2022-08-04 10:43:48 -04:00
parent a8bb758f9e
commit fde276a3fd
2 changed files with 4 additions and 3 deletions

View File

@@ -30,10 +30,10 @@
<property name="examples.dir"
location="../../processing-docs/content/examples" />
<!-- 17.0.3+7 -->
<!-- 17.0.4+8 -->
<property name="jdk.train" value="17" />
<property name="jdk.detail" value="${jdk.train}.0.3" />
<property name="jdk.build" value="7" />
<property name="jdk.detail" value="${jdk.train}.0.4" />
<property name="jdk.build" value="8" />
<property name="jdk.folder" value="jdk-${jdk.detail}+${jdk.build}" />

View File

@@ -1,5 +1,6 @@
1284 (4.0b9)
X bump to Java 17.0.3+7
X and again to Java 17.0.4+8
X specify Java version with appbundler in main app
X "core does not run on this architecture linux-amd64" on Linux
X just need to do 'ant clean-jogl' inside core