Christian Basler
72d0fbe550
Updated Gradle file structure so the version and a few other things are only defined once
5 lines
130 B
Groovy
5 lines
130 B
Groovy
dependencies {
|
|
compile project(':domain')
|
|
testCompile 'org.slf4j:slf4j-simple:1.7.12'
|
|
testCompile 'junit:junit:4.11'
|
|
} |