KAFKA-7309; Upgrade Jacoco for Java 11 support

Jacoco 0.8.2 adds Java 11 support:

https://github.com/jacoco/jacoco/releases/tag/v0.8.2

Java 11 RC1 is out so it would be good for us to
get a working CI build.

Author: Ismael Juma <ismael@juma.me.uk>

Reviewers: Dong Lin <lindong28@gmail.com>

Closes #5568 from ijuma/jacoco-0.8.2
This commit is contained in:
Ismael Juma 2018-08-25 08:55:15 -07:00 committed by Dong Lin
parent 50a145d090
commit e8e3e34c67
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ subprojects {
apply plugin: "jacoco"
jacoco {
toolVersion = "0.8.1"
toolVersion = "0.8.2"
}
// NOTE: Jacoco Gradle plugin does not support "offline instrumentation" this means that classes mocked by PowerMock