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.
2 parents fa79549 + abc659b commit 679d443Copy full SHA for 679d443
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 : labsjdk, version : "8u172-jvmci-0.47", platformspecific: true}
+java8 : {name : labsjdk, version : "8u192-jvmci-0.52", platformspecific: true}
5
java9 : {name : oraclejdk, version : "9.0.4+11", platformspecific: true}
6
7
java8Downloads : {
0 commit comments