fix: allow `run-groovy` users to set `JAVA_OPTS`
Created by: c-dilks
libexec/env.sh
hard codes a value of $JAVA_OPTS
for groovy calls, (via run-groovy
) making it impossible for run-groovy
users to change any Java options, e.g., heap size limits. This PR allows users to override env.sh
's settings by appending user-level JAVA_OPTS
.