1.3.0
General improvements
You can now install gradle-completion via Homebrew! π
- Completion is updated for all new Gradle options and arguments up through Gradle 4.4. (#39)
- If the cache exists but is empty, it is now automatically regenerated in the background. (#48)
Bash improvements
- Bash no longer changes
COMP_WORDBREAKSand therefore no longer interferes with some other completion scripts. (#29) - File and directory argument completion are now available. (e.g.
gradle --include-build ../fo<TAB>) (#26, #35) - Completion cache updates now work with
set -o noclobberis set. (#40 β thanks @yloiseau)