Remove imports of javafx from Gradle build files

This commit is contained in:
pyos
2019-05-20 09:48:17 +02:00
committed by Alexander Udalov
parent c2a2d80d4c
commit 08ea982688
2 changed files with 1 additions and 5 deletions
@@ -8,8 +8,6 @@
* that can be found in the license/LICENSE.txt file.
*/
import com.sun.javafx.scene.CameraHelper.project
plugins {
java
kotlin("jvm")
@@ -43,4 +41,4 @@ dependencies {
sourceSets {
"main" { projectDefault() }
"test" {}
}
}
@@ -1,5 +1,3 @@
import com.sun.javafx.scene.CameraHelper.project
plugins {
kotlin("jvm")
id("jps-compatible")