Fix fx plugins

This commit is contained in:
2021-11-15 11:18:00 +03:00
parent f376fa65a4
commit 6e62b57e0d
18 changed files with 212 additions and 75 deletions

View File

@@ -1,4 +1,12 @@
apply plugin: 'application'
plugins{
id 'application'
id "org.openjfx.javafxplugin"
}
javafx {
modules = ["javafx.controls", "javafx.web"]
version = "11"
}
version = "0.4.0"