1.2.0
Completion improvements
You can now complete options and tasks while in a subproject! This should be especially good news for gw users, who don't have to specify their root build file or path to Gradle wrapper.
Zsh now has completes all options for gradle init, gradle tasks, gradle wrapper and more.
Completion Cache Improvements
Regenerating the completion cache is now done in the background. You can also trigger it with __gradle-completion-init. Completion caching and retrieval is much, much faster for large projects (note: large array operations in shell scripts get exponentially slower as the array grows).