普通文本  |  10行  |  138 B

// shared module

apply plugin: 'java'

dependencies {
    testCompile 'junit:junit:4.12'
    testCompile project(':sharedtest')
}
// EOF