Skip to content
Snippets Groups Projects
Commit 4fa4623f 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
No related merge requests found
Pipeline #8823 failed
...@@ -9,7 +9,8 @@ build: ...@@ -9,7 +9,8 @@ build:
image: openjdk:8 image: openjdk:8
stage: build stage: build
script: script:
- ./gradlew --console=plain --no-daemon assemble jar # 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 assemble relast-preprocessor:jar jar
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - build/libs/*.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment