We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a751 commit d77f885Copy full SHA for d77f885
build.gradle
@@ -6,8 +6,8 @@ plugins {
6
def KOTLIN_VERSION = "1.3.50"
7
def JAVA_HOME = System.properties['java.home']
8
9
-// BEGIN YOUR SETUP // e.g. /libs/javafx/12
10
-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'
11
// END YOUR SETUP
12
13
group 'org.epistatic'
@@ -34,7 +34,7 @@ dependencies {
34
testCompile "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION"
35
testCompile "org.assertj:assertj-core:3.11.1"
36
testCompile "org.testfx:testfx-core:4.0.16-alpha"
37
- testCompile "org.testfx:testfx-junit:4.0.15-alpha"
+ testCompile "org.testfx:testfx-junit:4.0.16-alpha"
38
}
39
40
compileKotlin {
0 commit comments