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. * that can be found in the license/LICENSE.txt file.
*/ */
import com.sun.javafx.scene.CameraHelper.project
plugins { plugins {
java java
kotlin("jvm") kotlin("jvm")
@@ -1,5 +1,3 @@
import com.sun.javafx.scene.CameraHelper.project
plugins { plugins {
kotlin("jvm") kotlin("jvm")
id("jps-compatible") id("jps-compatible")