Fixed #2458 - Removing jdk9 and jdk10 CI builds

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-11-02 11:34:05 -05:00
parent e6716a0539
commit 5a17a33045
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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) {