View gist:9e85054a82da53285cd9e0d282db8f93
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
id 'application' | |
id 'org.openjfx.javafxplugin' version '0.0.8' | |
} | |
repositories { | |
mavenCentral() | |
} | |
int javafxVersion=11 | |
String javafxPlatform ="undefined" |