gradle/gradle-completion

GRADLE_USER_HOME should be taken into account

Vampire opened this issue · 2 comments

The completion cache is hard-coded created in $HOME/.gradle/completion.
But if GRADLE_USER_HOME is set it would be appropriate to also create the completion cache in there.

cwrau commented

See #100 for my PR for this 👍️

Fixed in #130