Skip to content

Commit

Permalink
Remove unneeded jfxrt.jar ref
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Aug 16, 2017
1 parent adb38c3 commit 8891e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fxsampler/build.gradle
Expand Up @@ -15,7 +15,6 @@ dependencies {
try {
jdk files(jfxrtJar)
} catch (MissingPropertyException pne) {
jdk files("${System.properties['java.home']}/lib/jfxrt.jar")
jdk files("${System.properties['java.home']}/lib/ext/jfxrt.jar")
}
}
Expand Down

0 comments on commit 8891e2a

Please sign in to comment.