fxlauncher-gradle-plugin
fxlauncher-gradle-plugin copied to clipboard
Gradle plugin for FXLauncher
Okay, this isn't quite ready yet, but I'm going to start the pull request so it can be seen what I've got so far. I've been following the suggestions of...
Using plugin version 1.0.18. If I set: ```groovy fxLauncher { stopOnUpdateErrors = true } ``` the resulting manifest has: ```xml --stopOnUpdateErrors ... false ``` Looks like the latter takes precedence.
How can i do this? supply the javapackagerOptions parameter, which takes a List. Consult the JavaPackager docs for more information about possible parameters. i have this, but is not working...