We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd672e4 commit 10a54d9Copy full SHA for 10a54d9
ci_common/common.hocon
@@ -1,7 +1,7 @@
1
# java 7 is needed by Truffle (for now)
2
java7 : {name : oraclejdk, version : "7", platformspecific: true}
3
# java 8 must be a jvmci enabled variant
4
-java8 : {name : oraclejdk, version : "8u221-jvmci-19.3-b02", platformspecific: true}
+java8 : {name : oraclejdk, version : "8u231-jvmci-19.3-b04", platformspecific: true}
5
java11 : {name : labsjdk, version : "ce-11.0.5+9-jvmci-19.3-b03", platformspecific: true}
6
7
java8Downloads : {
0 commit comments