evaluationDependsOn(':common') apply from: '../gradle/javaproject.gradle' dependencies { compile project(':common') testCompile project(path: ':common', configuration: 'tests') }