Hi, I wanted to start on exploring how to write and share plugins for gradle.
I know that the plugin class has to implement the Plugin interface - is there any other configuration required ? I just found chapter 38 which doesnt say anything explicitly about that. Can I just set up a "normal" project and use this as a plugin ? Is the artifact from that any different from a "normal" project - and how or where to "store" the plugin to be able to use it in any project ? I found http://blog.zenika.com/index.php?post/2009/06/27/Writing-custom-Gradle-plugins%2C-part-1 - but this is with 0.6 which is different i guess. If there are more recent tutorials or posts about plugins, please send them to me. Cheers Emerson
