will be added to the command line.
@ -2,9 +2,9 @@ if [ "$1" = "ant" ]; then
if [ -n "$JENV_OPTIONS" ]; then
if [ -z "$ANT_OPTS" ]; then
exportVariable ANT_OPTS $JENV_OPTIONS
unset JENV_OPTIONS
else
echo "ANT_OPTS is set and not overridden by jenv" >&2
fi
@ -2,9 +2,9 @@ if [ "$1" = "gradle" ]; then
if [ -z "$GRADLE_OPTS" ]; then
exportVariable GRADLE_OPTS $JENV_OPTIONS
echo "GRADLE_OPTS is set and not overridden by jenv" >&2
@ -2,9 +2,9 @@ if [ "$1" = "mvn" ]; then
if [ -z "$MAVEN_OPTS" ]; then
exportVariable MAVEN_OPTS $JENV_OPTIONS
echo "MAVEN_OPTS is set and not overridden by jenv" >&2
@ -2,9 +2,9 @@ if [ "$1" = "sbt" ]; then
if [ -z "$SBT_OPTS" ]; then
exportVariable SBT_OPTS $JENV_OPTIONS
echo "SBT_OPTS is set and not overridden by jenv" >&2