Skip to content

Commit

Permalink
Fixed #2458 - Removing jdk9 and jdk10 CI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Nov 2, 2018
1 parent e6716a0 commit 5a17a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 5a17a33

Please sign in to comment.