Fix jacoco build error
Issue gh-95
This commit is contained in:
@@ -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'
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user