Skip to content
Snippets Groups Projects
Commit 47359926 authored by Johannes Mey's avatar Johannes Mey
Browse files

update CI

parent 07c72e4b
No related branches found
No related tags found
1 merge request!2Feature/package submodule
Pipeline #12890 passed
......@@ -6,11 +6,9 @@ stages:
- test
build:
image: openjdk:8
image: openjdk:11
stage: build
script:
# see discussion in the answer of https://stackoverflow.com/questions/44911155/gradle-how-to-include-runtimeonly-dependencies-in-javaexec-classpath
- ./gradlew --console=plain --no-daemon relast.preprocessor:jar
- ./gradlew --console=plain --no-daemon assemble jar
artifacts:
paths:
......@@ -18,7 +16,7 @@ build:
test:
image: openjdk:8
image: openjdk:11
stage: test
script:
- ./gradlew --console=plain --no-daemon check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment