Skip to content

Commit

Permalink
Use specific version of testfx (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg authored and JLLeitschuh committed Mar 27, 2017
1 parent 1c7470a commit d3a2625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit d3a2625

Please sign in to comment.