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
Branches
Tags
1 merge request!1Feature/ci
Pipeline #8825 passed
...@@ -9,6 +9,8 @@ build: ...@@ -9,6 +9,8 @@ build:
image: openjdk:8 image: openjdk:8
stage: build stage: build
script: 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 - ./gradlew --console=plain --no-daemon assemble jar
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment