Back to jdk11 default (non-ea)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-09-10 08:14:56 -05:00
parent a07f6cf7b9
commit de4fcd3932
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -2,7 +2,8 @@
// in case of change update method isMainBuild
// def jdks = ["jdk8","jdk9","jdk10","jdk11"]
def jdks = ["jdk-11-ea+18"]
// def jdks = ["jdk-11-ea+18"]
def jdks = ["jdk-11"]
def oss = ["linux"]
def builds = [:]
for (def os in oss) {