seancorfield / polylith-external-test-runner

An external (subprocess) test runner for Polylith
Apache License 2.0
13 stars 0 forks source link

Improve JVM option handling #2

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

At a minimum, allow for the system property to point to an alias, so that JVM options can be specified as a vector of options instead of a long string.

Consider also supporting an env var as an alternative.