mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-06 05:49:50 +00:00
Back to jdk11 default (non-ea)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
a07f6cf7b9
commit
de4fcd3932
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user