On 13/08/2011, at 6:02 AM, James Carr wrote: > Hi All, > > I've setup one of grails applications to deploy using gradle (with the > grails-gradle-plugin) and have a couple questions: > > * How can I override the version in grails with a version from my > build script? I'd rather set the version from gradle rather than > within grails
I template certain files within the Grails project, such as application.properties, and have Gradle fill in the values before running any Grails tasks. http://github.com/geb/geb/tree/master/module/geb-grails/geb-grails.gradle#L38 -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
