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 10:19:57 -05:00
parent de4fcd3932
commit 79460a7cdb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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