gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

GRADLE_USER_HOME should be taken into account #102

Closed Vampire closed 1 year ago

Vampire commented 3 years ago

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 2 years ago

See #100 for my PR for this 👍️

alllex commented 1 year ago

Fixed in #130