index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
gradle
Age
Commit message (
Expand
)
Author
2023-09-28
fix(gradle): remove look for settings.gradle files (#11917)
Piotr Minkina
2023-02-11
fix(gradle): move compdef line (#11488)
Bartek Pacia
2023-02-09
feat(gradle): update completion from upstream (#11485)
Bartek Pacia
2022-10-03
fix(gradle): remove deprecated use of `egrep` (#11160)
Marc Cornellà
2020-07-01
gradle: force `--console plain` for tasks cache generation (#8731)
Konstantin Gribov
2020-03-11
Clean up plugin READMEs and a few plugins
Marc Cornellà
2020-03-09
gradle: use upstream completion and fix some other stuff
Marc Cornellà
2020-02-28
gradle: fix command option name in completion (#6586)
Wenbing Li
2020-02-12
gradle: run gradle command instead of alias (#8620)
Jonatan Ivanov
2019-10-08
gradle: support gdub completion (#6135)
Qinfeng Chen
2019-03-29
gradle: also support settings files (#7014)
Janek
2018-10-04
gradle: add README (#7211)
Zach Whitten
2018-08-29
executing gradlew, when gradlew-file exists (#6485)
Janosch Schwalm
2018-05-08
gradle plugin should support kotlin gradle build files (#6529)
David Harrigan
2017-01-04
Improved gradle options (arguments) completion (#5743)
Eric Wendelin
2016-12-14
gradle: extract simple task names from subproject tasks (#5704)
Erik Zivkovic
2016-09-15
Improve gradle plugin task parsing (#5230)
Erik Zivkovic
2015-11-21
Cleanup gradle plugin file
Marc Cornellà
2015-11-21
gradle plugin: also list tasks in subprojects
Gergely Nagy
2015-10-04
Update Gradle Commands
Kevin O'Neal
2015-09-02
Fix invocation of gradlew
Eric Bottard
2015-06-14
Merge pull request #3813 from ziegs/fix_gradle_tasks
Robby Russell
2015-04-25
Fixes gradle autocomplete. Regex did not include subproject tasks before.
Matthew Ziegelbaum
2014-06-02
Fix comparison used to determine if the cache is outdated.
Doug Jones
2013-03-12
Use [ -nt ] instead of stat -f%m to check cache files.
Spencer Rinehart
2011-08-11
Added a gradle build tool plugin
Matthew Git McCullough