Add hamcrest as explicity testCompile dependency
This commit is contained in:
@@ -38,6 +38,7 @@ dependencies {
|
||||
// Testing
|
||||
testCompile "junit:junit:$junitVersion"
|
||||
testCompile "org.mockito:mockito-core:$mockitoVersion"
|
||||
testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion"
|
||||
testCompile "uk.co.modular-it:hamcrest-date:$hamcrestDateVersion"
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ jlineVersion=2.11
|
||||
# Testing
|
||||
junitVersion = 4.11
|
||||
mockitoVersion = 1.8.5
|
||||
hamcrestVersion = 1.3
|
||||
hamcrestDateVersion = 0.9.3
|
||||
|
||||
# --------------------
|
||||
|
||||
Reference in New Issue
Block a user