Looking for a pre-existing multi-module gradle project

I’m wishing to know if there is a Github hosted project with a multi-module Gradle build (multiple subdirectories containing further gradle build files, and separated source trees). I’d use Github’s search but it is just going to show me a bazillion matches for ‘gradle’.

Why? I have a maven proof of concept blog entry and GH repo, that I wanted to have a second attempt at, but this time using gradle.

Refer http://paulhammant.com/2017/01/27/maven-in-a-google-style-monorepo/
and https://github.com/paul-hammant/googles-monorepo-demo/

Suggestions appreciated.

  • Paul