Fix build on JDK without JavaFX
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user