Skip to content

Commit d3a2625

Browse files
SamCarlbergJLLeitschuh
authored andcommitted
Use specific version of testfx (#842)
1 parent 1c7470a commit d3a2625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ project(":ui") {
394394
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
395395
testCompile files(project(':core').sourceSets.test.output.classesDir)
396396
testCompile files(project(':core').sourceSets.test.output.resourcesDir)
397-
testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.+'
398-
testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.+'
397+
testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.5-alpha'
398+
testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.5-alpha'
399399
testRuntime group: 'org.testfx', name: 'openjfx-monocle', version: '1.8.0_20'
400400
testCompile group: 'org.opencv', name: 'opencv-java', version: '3.1.0'
401401
}

0 commit comments

Comments
 (0)