Hi everyone, I've knocked up an experimental plugin that allows you to build Grails projects with Gradle. It works in a similar fashion to the Maven plugin, simply delegating to the Grails build system to compile, test, and package the project. You can find out how to use it here:
http://www.cacoethes.co.uk/blog/groovyandgrails/building-a-grails-project-with-gradle That blog post also has a link to the code on GitHub in case you're interested. Why might you want to use the plugin? I think the most obvious scenario is when your Grails project is simply one part of a multi-project build. You may also want much more control over the build process than the Grails command line interface provides - an area in which Gradle really shines. Have fun, Peter --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
