mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 00:08:55 +00:00
more crap
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
55bac25a8b
commit
5eb06e3a7f
2 changed files with 2 additions and 2 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: [
|
||||
'temurin-jdk8-latest', 'temurin-jdk11-latest', 'temurin-jdk17-latest'
|
||||
'temurin-jdk11-latest', 'temurin-jdk8-latest', 'temurin-jdk17-latest'
|
||||
])
|
||||
booleanParam(
|
||||
name: 'TRIGGER_DOWNSTREAM_BUILD',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue