subprojects { apply plugin: "java" sourceSets { main { java.srcDirs = ['src/example/java'] } } }