more crap

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-11-27 11:34:07 +01:00
parent 55bac25a8b
commit 5eb06e3a7f
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ pipeline {
parameters {
// see https://wiki.eclipse.org/Jenkins#JDK
choice(name: 'JDK_VERSION', description: 'Which JDK should be used?', choices: [
'temurin-jdk8-latest', 'temurin-jdk11-latest', 'temurin-jdk17-latest'
'temurin-jdk11-latest', 'temurin-jdk8-latest', 'temurin-jdk17-latest'
])
booleanParam(
name: 'TRIGGER_DOWNSTREAM_BUILD',

View file

@ -28,7 +28,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtend.lib
Import-Package: org.apache.log4j;version="1.2.15",
org.apache.log4j.spi;version="1.2.15",
org.junit.jupiter.api;version="[5.0.0,6.0.0)";resolution:=optional
org.junit.jupiter.api;version="[5.0.0,6.0.0)";resolution:=optional,
org.junit.jupiter.api.extension;version="[5.0.0,6.0.0)";resolution:=optional
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.xtext.testing