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
Is your feature request related to a problem? Please describe.
Defining options that are platform specific such as -DAPP_HOME=${KEY}/app (linux/mac) or -DAPP_HOME=%KEY%/app (windows) requires custom formatting of key names
Describe the solution you'd like
An option to define platform specific Java options.
Describe alternatives you've considered
Custom templates must be used instead.