Skip to content

Commit

Permalink
Pin TestFX to 4.0.15-alpha (4.0.16-alpha causes issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 25, 2019
1 parent 5f7f08f commit 012d9b0
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 @@ -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'
Expand Down

0 comments on commit 012d9b0

Please sign in to comment.