This is a small multi module example project that uses the Gradle Modules Plugin. It demonstrates the folling:
- Building a project with multiple modules (all modules have a
module-info.java - Running blackbox module tests (the
greeter.provider.test) - Services (
greeter.provider) - Using the
applicationplugin to run from Gradle, and build distributions. (Seebuild.gradlein thegreeter.runnermodule)