Fix jacoco build error
Issue gh-95
This commit is contained in:
parent
edefabdc6b
commit
1ecafc9420
@ -8,3 +8,7 @@ dependencies {
|
|||||||
testCompile 'org.assertj:assertj-core'
|
testCompile 'org.assertj:assertj-core'
|
||||||
testCompile 'org.mockito:mockito-core'
|
testCompile 'org.mockito:mockito-core'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jacoco {
|
||||||
|
toolVersion = '0.8.5'
|
||||||
|
}
|
||||||
|
@ -9,3 +9,7 @@ dependencies {
|
|||||||
testCompile 'org.assertj:assertj-core'
|
testCompile 'org.assertj:assertj-core'
|
||||||
testCompile 'org.mockito:mockito-core'
|
testCompile 'org.mockito:mockito-core'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jacoco {
|
||||||
|
toolVersion = '0.8.5'
|
||||||
|
}
|
||||||
|
@ -12,3 +12,7 @@ dependencies {
|
|||||||
testCompile 'org.assertj:assertj-core'
|
testCompile 'org.assertj:assertj-core'
|
||||||
testCompile 'org.mockito:mockito-core'
|
testCompile 'org.mockito:mockito-core'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jacoco {
|
||||||
|
toolVersion = '0.8.5'
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user