Fix fx plugins
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user