From ae37b2d7777323bac14456653211c76dc01f8851 Mon Sep 17 00:00:00 2001 From: matthewmccullough Date: Mon, 10 Oct 2011 11:12:38 -0700 Subject: [PATCH] Outlined gradle plugin features --- Plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins.md b/Plugins.md index 0f81708..04e4c62 100644 --- a/Plugins.md +++ b/Plugins.md @@ -248,6 +248,14 @@ Clean apt cache * github - adds autocomplete to the github gem installable via gem install github-gem +## gradle +**Maintainer:** [matthewmccullough](http://github.com/matthewmccullough) + +Adds autocompletion of task names and option switches to command line use of gradle by actually executing gradle tasks in the background and collecting the result. + +Caches the result of the task names in a `.gradletasknamecache` file that is regenerated if the timestamp of the `build.gradle` file changes. + + ## lein **Maintainer:** [robbyrussell][robbyrussell]