From d3a2625af36f99d0de289aa3af8d54910f8fff0c Mon Sep 17 00:00:00 2001 From: Sam Carlberg Date: Sun, 26 Mar 2017 21:04:29 -0400 Subject: [PATCH] Use specific version of testfx (#842) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f39525c50d..7956605a1f 100644 --- a/build.gradle +++ b/build.gradle @@ -394,8 +394,8 @@ project(":ui") { compile group: 'org.apache.velocity', name: 'velocity', version: '1.7' testCompile files(project(':core').sourceSets.test.output.classesDir) testCompile files(project(':core').sourceSets.test.output.resourcesDir) - testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.+' - testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.+' + testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.5-alpha' + testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.5-alpha' testRuntime group: 'org.testfx', name: 'openjfx-monocle', version: '1.8.0_20' testCompile group: 'org.opencv', name: 'opencv-java', version: '3.1.0' }