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