Conversations/tests/build.gradle

13 lines
190 B
Groovy
Raw Normal View History

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