Bash tab completion for gradle task names?

Is there a Homebrew formula for shell tab completion of Gradle task names?

There are some links to some gists people have come up with here: https://issues.gradle.org/browse/GRADLE-1069

@mcandre I recently released tab completion scripts for bash and zsh that I believe are significantly better than what was out there. They are much faster, provide completion for CLI flags and Gradle properties, and support completion for custom build scripts (e.g. Kotlin build scripts).

Please give it a try if you’re still interested in this and let me know what you think.