Skip to content

Commit eb3f401

Browse files
committed
jacoco 0.8.4 (supports java 11)
1 parent 6230a80 commit eb3f401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jacoco.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply plugin: 'jacoco'
22

3+
jacoco {
4+
toolVersion = "0.8.4"
5+
}
6+
37
jacocoTestReport {
48
reports {
59
xml.enabled = true

0 commit comments

Comments
 (0)