Skip to content

1.3.0

Choose a tag to compare

@eriwen eriwen released this 22 Nov 20:53
· 191 commits to master since this release

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_WORDBREAKS and 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 noclobber is set. (#40 β€” thanks @yloiseau)

Zsh improvements

  • Multiple tasks can now be completed. (#41)
  • --include-build, --init-script, and --system-prop can be completed multiple times. (#45)

See install/upgrade instructions for bash or zsh.