subprojects { apply plugin: 'java' dependencies { testImplementation project(':shared') } repositories { mavenLocal() mavenCentral() } }