@britter Here is my challenge to you and every other #Gradle expert. I have a multi-module project built with Gradle but I am considering to redo it with Maven as Gradle is a real nightmare.
The project is rather simple. It builds a core module and then three "applications", a Gradle plugin, a Maven plugin and a CLI tool, each using the core module. Those should be built and in particular integration tested. The latter means that a test must execute successfully all three applications.