Skip to content

Commit

Permalink
Merge pull request #20 from candrews/patch-1
Browse files Browse the repository at this point in the history
Use GRADLE_OPTS in environment variable
  • Loading branch information
dantesun authored Mar 29, 2021
2 parents 17108ab + 8975fbd commit eb937f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gng
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ gradle() {
(
# Restore shell options
eval "${SAVED_OPTS}"
GRADLE_OPTS=$(cfg_get GRADLE_OPTS)
GRADLE_OPTS="$(cfg_get GRADLE_OPTS) ${GRADLE_OPTS:-}"
export GRADLE_OPTS
exec "${gradle}" "$@"
)
Expand Down

0 comments on commit eb937f5

Please sign in to comment.