shevek / gradle-velocity-plugin

A gradle plugin for the Velocity preprocessor.
Apache License 2.0
10 stars 5 forks source link

Added filter property to configuration block #2

Open johan-onCreate opened 9 years ago

johan-onCreate commented 9 years ago

I've added the filter property to the configuration block, so that one can configure it directly instead of calling method setFilter() on velocityVpp-task.

Oh, and in my master branch I also applied the maven-publish plugin (to use task publishToMavenLocal for easy testing with my other project) and the eclipse plugins, but these can be removed.