Building WebLogic EARs in Gradle
I recently wanted to convert an old Ant WebLogic build to use the Gradle build tool instead of Ant. The main driving force behind that change was that the Ant build.xml file housed many different responsibilities, from building and testing the source code, to maintaining property files, to deploying and running the application, along with many tasks … Read more