From 012d9b056b25b79edddbdcefb27a5c0dd70d3480 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 25 Aug 2019 12:22:44 +0200 Subject: [PATCH] Pin TestFX to 4.0.15-alpha (4.0.16-alpha causes issues) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dd52896df34..51c351ce37b 100644 --- a/build.gradle +++ b/build.gradle @@ -203,8 +203,8 @@ dependencies { testCompile 'com.tngtech.archunit:archunit-junit5-api:0.10.2' //testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.11.0' testCompile 'com.tngtech.archunit:archunit-junit5-api:0.11.0' - testCompile "org.testfx:testfx-core:4.0.+" - testCompile "org.testfx:testfx-junit5:4.0.+" + testCompile "org.testfx:testfx-core:4.0.15-alpha" + testCompile "org.testfx:testfx-junit5:4.0.15-alpha" checkstyle 'com.puppycrawl.tools:checkstyle:8.23' xjc 'com.sun.xml.bind:jaxb-xjc:2.2.4-1'