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
Environment variables set via the envVars SBT key are now passed to the forked JVM. This was reported on #3 and fixed by @ivantopo via 411574f
The javaOptions setting is now read specifically on the scope of the run task in SBT when forking a new JVM. This allows for setting javaOptions or javaOptions in run while using this plugin and still get the properties passed to the forked JVM. Contributed by @ivantopo via 90aee55