blob: b6c7973405d79d413e09f724800185a79c56381e [file] [log] [blame]
// shared module
apply plugin: 'java'
dependencies {
testCompile 'junit:junit:4.12'
testCompile project(':sharedtest')
}
// EOF