gradle-completion

Bash and Zsh shell completion for Gradle build tool

brewmacoslinux
Try with needOr install directly
Source

About

Bash and Zsh completion for Gradle

Commands

gradle

Examples

Enable gradle completion in Bash by sourcing the completion script$ source $(brew --prefix)/etc/bash_completion.d/gradle-completion.bash
Use gradle with tab completion to list available tasks$ gradle [TAB] # shows available gradle tasks
Enable gradle completion in Zsh by adding to .zshrc$ echo 'source $(brew --prefix)/etc/zsh/site-functions/_gradle' >> ~/.zshrc