aboutsummaryrefslogtreecommitdiff
path: root/sharedtest/build.gradle
blob: de25f1dd78a5878c48d3948d5c7097099c27755f (plain)
1
2
3
4
5
6
7
8
9
// sharedtest module

apply plugin: 'java'

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