普通文本  |  10行  |  130 B

// sharedtest module

apply plugin: 'java'

dependencies {
    compile 'junit:junit:4.12'
    compile project(':shared')
}
// EOF