Gradle-groovysh-plugin 0.3.0 released, code review desired

Hi all,

I have released version 0.3.0 of my gradle-groovysh-plugin to maven central and bintray.

More details at https://github.com/tkruse/gradle-groovysh-plugin That is my first gradle plugin.

I hope to significantly enhance the gradle experience with that plugin. Therefore i also hope somebody here with plenty of experience with gradle will look at my plugin code and review it, e.g. via github. Any comments on code, project structure, documentation, or runtime behavior is welcome. In particular I don’t know whether the extention mechanisms of gradle are best practice as I used them.

I structured my plugin after several other custom plugin projects I saw on github. I applied codenarc and have several integration tests running with several Java versions on travis CI, so quality should not be abysmal.

cheers,

Thibault