Skip to content

v2.0.4 - Improved javaOptions and envVars Handling

Choose a tag to compare

@ivantopo ivantopo released this 17 Jan 12:18

Fixes

  • 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