conversations/tests/build.gradle
2015-02-10 20:16:27 -08:00

12 lines
No EOL
158 B
Groovy

apply plugin: 'java'
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
testCompile 'junit:junit:3.8.2'
compile project(':java')
}