I'd like to start adopting gradle by making a gradle build to parallel the Ant build*.xml files that I use for my J2EE projects.
I've looked at the user guide and the java examples that come with gradle, but
they're not much help. The 2 examples aren't remotely like a typical J2EE
project, and the user guide isn't much better.
Does anyone have an example of how to use Gradle to build typical J2EE project
- a .ear containing multiple .wars and .jars?
Thanks.
