Christian Basler
72d0fbe550
Updated Gradle file structure so the version and a few other things are only defined once
6 lines
167 B
Groovy
6 lines
167 B
Groovy
dependencies {
|
|
compile project(':domain')
|
|
compile 'com.h2database:h2:1.4.187'
|
|
compile 'org.flywaydb:flyway-core:3.2.1'
|
|
testCompile 'junit:junit:4.11'
|
|
} |