Skip to content

Commit b7b57fe

Browse files
committed
update jacoco version
Signed-off-by: Andreas Schmid <[email protected]>
1 parent 4a5966a commit b7b57fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ task integTest(type: Test) {
9898
check.dependsOn integTest
9999

100100
jacoco {
101-
toolVersion = "0.8.5"
101+
toolVersion = "0.8.6"
102102
}
103103

104104
task jacocoMerge(type: JacocoMerge) {

0 commit comments

Comments
 (0)