Fix build on JDK without JavaFX

This commit is contained in:
Glavo
2022-01-23 19:30:21 +08:00
committed by Yuhui Huang
parent 3a1f7a13a1
commit 65d4c9c8ee
2 changed files with 6 additions and 6 deletions

View File

@@ -2,10 +2,6 @@ plugins {
id("checkstyle")
}
apply {
from("javafx.gradle.kts")
}
group = "org.jackhuang"
version = "3.0"
@@ -95,4 +91,8 @@ tasks.create("checkTranslations") {
}
}
apply {
from("javafx.gradle.kts")
}
defaultTasks("clean", "build")