gradle / gradle-completion

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

Use GRADLE_USER_HOME to store caches if the variable is set #96

Closed serebit closed 1 year ago

serebit commented 3 years ago

Currently, both Bash and ZSH completion always place completion caches in ~/.gradle. This patch is a simple one that first checks if $GRADLE_USER_HOME exists, and if it does, the completion caches will be stored there instead.

alllex commented 1 year ago

Fixed in #130