Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse-xtext/xtext#1995] switch from adoptopenjdk to termurin and p…
Browse files Browse the repository at this point in the history
…rovide java 17 jdk

Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Sep 22, 2021
1 parent 4ecee32 commit 76e3cab
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
Expand Up @@ -8,7 +8,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'
])
}

Expand Down

0 comments on commit 76e3cab

Please sign in to comment.