Fixed #2458 - Removing jdk9 and jdk10 CI builds
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
e6716a0539
commit
5a17a33045
|
@ -1,7 +1,7 @@
|
|||
#!groovy
|
||||
|
||||
def mainJdk = "jdk8"
|
||||
def jdks = [mainJdk, "jdk9", "jdk10", "jdk11"]
|
||||
def jdks = [mainJdk, "jdk11"]
|
||||
def oss = ["linux"]
|
||||
def builds = [:]
|
||||
for (def os in oss) {
|
||||
|
|
Loading…
Reference in New Issue