mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1995] switch from adoptopenjdk to termurin and provide java 17 jdk
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
0b6c4cf9e2
commit
fc8ae5f685
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -13,7 +13,7 @@ pipeline {
|
|||
parameters {
|
||||
// see https://wiki.eclipse.org/Jenkins#JDK
|
||||
choice(name: 'JDK_VERSION', description: 'Which JDK should be used?', choices: [
|
||||
'adoptopenjdk-hotspot-jdk8-latest', 'adoptopenjdk-hotspot-jdk11-latest', 'adoptopenjdk-hotspot-jdk16-latest'
|
||||
'temurin-jdk8-latest', 'temurin-jdk11-latest', 'temurin-jdk17-latest'
|
||||
])
|
||||
booleanParam(
|
||||
name: 'TRIGGER_DOWNSTREAM_BUILD',
|
||||
|
|
Loading…
Reference in a new issue