From 512f8e96bf6474b13fc4bd131a38fa2bd7d7dcf4 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Fri, 5 Feb 2021 00:45:51 +0100
Subject: [PATCH] add workaround for dependency problem

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4873bea..6d3ee52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab