Skip to content

Commit 374003a

Browse files
authored
Try downgrade jacoco to 0.8.8 due to codecov issues
Another try
1 parent dc9764e commit 374003a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ tasks.withType(Test) {
161161
}
162162
}
163163

164+
jacoco {
165+
toolVersion = "0.8.8"
166+
}
167+
164168
jacocoTestReport {
165169
dependsOn test
166170
dependsOn testNG

0 commit comments

Comments
 (0)