Build Multi Java Projects

Wow wow wow
Did you declare the settings.gradle like that?

include(“foo”)
project(":foo") {
projectDir = new File("$settingsDir/…/…/bar")
}

I found this old thread Reference external project as dependancy?
This is close to what you wrote initially, except the missing ‘include’