Skip to content

Commit

Permalink
Fixed version incompatibility for testfx-junit
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeMerzliakov committed Oct 15, 2019
1 parent 4b8a751 commit d77f885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
def KOTLIN_VERSION = "1.3.50"
def JAVA_HOME = System.properties['java.home']

// BEGIN YOUR SETUP // e.g. /libs/javafx/12
def JFX_INSTALL = '/Library/Java/javafx/12.0.1'
// BEGIN YOUR SETUP // e.g. /libs/javafx/13.0
def JFX_INSTALL = '/Library/Java/javafx/13.0'
// END YOUR SETUP

group 'org.epistatic'
Expand All @@ -34,7 +34,7 @@ dependencies {
testCompile "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
testCompile "org.assertj:assertj-core:3.11.1"
testCompile "org.testfx:testfx-core:4.0.16-alpha"
testCompile "org.testfx:testfx-junit:4.0.15-alpha"
testCompile "org.testfx:testfx-junit:4.0.16-alpha"
}

compileKotlin {
Expand Down

0 comments on commit d77f885

Please sign in to comment.