Bash and Zsh shell completion for Gradle build tool
Bash and Zsh completion for Gradle
gradle$ source $(brew --prefix)/etc/bash_completion.d/gradle-completion.bash$ gradle [TAB] # shows available gradle tasks$ echo 'source $(brew --prefix)/etc/zsh/site-functions/_gradle' >> ~/.zshrc