Fix jacoco build error

Issue gh-95
This commit is contained in:
Joe Grandja
2020-08-12 16:26:27 -04:00
parent edefabdc6b
commit 1ecafc9420
3 changed files with 12 additions and 0 deletions

View File

@@ -8,3 +8,7 @@ dependencies {
testCompile 'org.assertj:assertj-core'
testCompile 'org.mockito:mockito-core'
}
jacoco {
toolVersion = '0.8.5'
}