You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the JavaServerAppPackaging plugin in SBT, I expect it to respect javaOptions specified in SBT. Specifically, when using the plugin as follows:
Expected behaviour
When using the JavaServerAppPackaging plugin in SBT, I expect it to respect javaOptions specified in SBT. Specifically, when using the plugin as follows:
I expect, when running the SBT shell command
show javaOptions
, for javaOptions to beList("-Dsome-property=true")
.Actual behaviour
When using the plugin as follows:
and then running this command from SBT Shell:
show javaOptions
It shows javaOptions as an empty list, that is
List()
.If, however, I do the following:
Then javaOptions will be
List("-Dsome-property=true")
Information
Please find this bug reproduced in this repository.
rpm --version
) N/AThe text was updated successfully, but these errors were encountered: