summaryrefslogtreecommitdiff
path: root/plugins/gradle
AgeCommit message (Collapse)Author
2015-11-21Cleanup gradle plugin fileMarc Cornellà
- Delete useless #!zsh - Simplify gradle build file check - Format comments and delete TODO stuff (already dealt with) - Use `$()` syntax for cat commands
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
Fixes gradle autocomplete so it includes subproject tasks
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
* Enhanced gradle plugin to parse tasks from a quick execution of the tool * Added a duplicated function for gradlew completion that uses gradlew internally. Builds like Gradle itself (built with Gradle) are sensitive to being run with a matching gradlew version. * Fixed broken caching of gradle task names. Added - and -- argument completions.