gradle / gradle-completion

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

Use `GRADLE_USER_HOME` for completion cache if set #100

Closed cwrau closed 1 year ago

cwrau commented 3 years ago

Use the $GRADLE_USER_HOME environment variable if set, otherwise use $HOME/.gradle

alllex commented 1 year ago

Fixed in #130