fxlauncher-gradle-plugin
fxlauncher-gradle-plugin copied to clipboard
stopOnUpdateErrors not propagating correctly
Using plugin version 1.0.18. If I set:
fxLauncher {
stopOnUpdateErrors = true
}
the resulting manifest has:
<parameters>--stopOnUpdateErrors</parameters>
...
<stopOnUpdateErrors>false</stopOnUpdateErrors>
Looks like the latter takes precedence.