From c5cd9c7f23f9efbd2837b1aeee711e94a11836c6 Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Fri, 16 Aug 2019 16:17:20 +0200 Subject: [PATCH] Yet another... --- simpleexample/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/simpleexample/build.gradle b/simpleexample/build.gradle index 58ca121..882f5e7 100644 --- a/simpleexample/build.gradle +++ b/simpleexample/build.gradle @@ -46,8 +46,9 @@ test { dependencies { compile "com.fasterxml.jackson.core:jackson-databind:2.9.8" - compile 'fischer.clemens:FxMapControl:1.0' - + if (! project.hasProperty('gitlab-ci')) { + compile 'fischer.clemens:FxMapControl:1.0' + } testImplementation 'junit:junit:4.12' testImplementation "org.testfx:testfx-core:4.0.16-alpha" testImplementation "org.testfx:testfx-junit:4.0.16-alpha" -- GitLab