Skip to content

Commit e92c902

Browse files
VolkerVolker
authored andcommitted
Use Jacoco 0.8.2 for Java 11 support
1 parent caf32b1 commit e92c902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ test {
6666
****************************************/
6767
apply plugin: 'jacoco'
6868
apply plugin: 'com.github.kt3k.coveralls'
69+
jacoco {
70+
toolVersion = '0.8.2'
71+
}
6972

7073
jacocoTestReport {
7174
tasks.coveralls.dependsOn it

0 commit comments

Comments
 (0)