A Gradle plugin that allows Maven projects (with pom.xml) to participate in a Gradle multi-project build. It maps Gradle lifecycle tasks to Maven phases so that standard Gradle commands work ...
gradle-multi-module/ ├── settings.gradle # Defines modules ├── build.gradle # Root build config ├── app/ │ ├── build.gradle # App module ...