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

stopOnUpdateErrors not propagating correctly

Open jpd236 opened this issue 6 years ago • 0 comments

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.

jpd236 avatar Apr 21 '18 21:04 jpd236