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