Skip to content

Commit 3945401

Browse files
committed
Update jacoco 0.8.3
1 parent 77ee6b0 commit 3945401

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

library/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ dependencies {
2020
}
2121

2222
jacoco {
23-
// See https://github.com/jacoco/jacoco/releases
24-
toolVersion = '0.7.5.201505241946'
25-
reportsDir = file("$buildDir/customJacocoReportDir")
23+
toolVersion = "0.8.3"
2624
}
2725

2826
jacocoTestReport {
2927
reports {
30-
xml.enabled true
31-
csv.enabled true
32-
html.destination "${buildDir}/reports/jacoco/test"
28+
xml.enabled = true
29+
html.enabled = true
3330
}
3431
}
3532

0 commit comments

Comments
 (0)