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

add workaround for dependency problem

parent 56e7689f
No related branches found
No related tags found
1 merge request!1Feature/ci
Pipeline #8825 passed
......@@ -9,6 +9,8 @@ build:
image: openjdk:8
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment