Building your Griffon App with Gradle
In this post, I’m going to show how to build your Griffon apps with Gradle. Griffon already comes with a command line tool to build and interact with your app, so why would you want to do this? I can think of a few reasons:
* you have an existing Gradle build you want to integrate with
* you have a complex build or packaging scenario
* you want to take advantage of Gradle’s dependency management for your app
Continue reading over at dzone...
