fxlauncher-gradle-plugin icon indicating copy to clipboard operation
fxlauncher-gradle-plugin copied to clipboard

Gradle plugin for FXLauncher

Results 13 fxlauncher-gradle-plugin issues
Sort by recently updated
recently updated
newest added

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...