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 1223018 commit ec5c4b6Copy full SHA for ec5c4b6
ci_common/common.hocon
@@ -2,7 +2,7 @@
2
java7 : {name : oraclejdk, version : "7", platformspecific: true}
3
# java 8 must be a jvmci enabled variant
4
java8 : {name : labsjdk, version : "8u171-jvmci-0.43", platformspecific: true}
5
-java9 : {name : labsjdk, version : "9-ea+168", platformspecific: true}
+java9 : {name : oraclejdk, version : "9.0.4+11", platformspecific: true}
6
7
java8Downloads : {
8
downloads : {
0 commit comments