Skip to content

Commit 8f81ae5

Browse files
committed
update to Java 8u172
1 parent 84fdf98 commit 8f81ae5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
value="../../processing-docs/content/examples" />
7171

7272
<property name="jdk.version" value="8" />
73-
<property name="jdk.update" value="162" />
74-
<property name="jdk.build" value="12" />
73+
<property name="jdk.update" value="172" />
74+
<property name="jdk.build" value="11" />
7575
<!-- See https://gist.github.com/P7h/9741922
7676
or http://stackoverflow.com/q/10268583 -->
77-
<property name="jdk.hash" value="0da788060d494f5095bf8624735fa2f1" />
77+
<property name="jdk.hash" value="a58eab1ec242421181065cdc37240b08" />
7878

7979
<property name="jdk.short" value="${jdk.version}u${jdk.update}" />
8080
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ X add pyde as a supported extension
2323
X https://github.com/jdf/processing.py/issues/284
2424
o update to launch4j 3.11?
2525
o http://launch4j.sourceforge.net/changelog.html
26+
X update to Java 8u172
2627
_ Examples dialog causes high CPU load
2728
_ https://github.com/processing/processing/issues/5246
2829

0 commit comments

Comments
 (0)