bump jacoco to support java 15 & 16 jdk asm (#2119)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/2137/head
garyschulte 4 years ago committed by GitHub
parent 011eda9ed5
commit 27fd49ff56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

@ -83,7 +83,7 @@ allprojects {
version = rootProject.version
jacoco {
toolVersion = '0.8.5'
toolVersion = '0.8.6'
if (project.tasks.findByName('referenceTests')) {
applyTo referenceTests
}

Loading…
Cancel
Save