Build Tool Gradle vs Maven (or Both) The world of build tools evolved from simple compilation (gcc) to make files, then evolution of ant(+ivy) and Maven, now the latest build tool is Gradle. It’s always a puzzle which build tool to choose – Maven, Gradle or both. Sometime it’s first time project setup or it […]

