Commit graph

3 commits

Author SHA1 Message Date
Evan McQuinn
393b09361e fixing logic which checks if gradle tasks should be reloaded
The -nt logic was backwards, causing "gradle tasks" to be executed
every time; if build.gradle is newer than .gradletasknamecache then
return 0 (i.e. true).
2013-10-14 12:20:40 -06:00
Spencer Rinehart
300f94cb0e Use [ -nt ] instead of stat -f%m to check cache files. 2013-03-12 13:23:30 -04:00
Matthew Git McCullough
c2a95b796b Added a gradle build tool plugin
* 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.
2011-08-11 10:27:47 -06:00