Updating the jacoco toolVersion (#3041)

Jacoco failed to instrument some tests using the old version of the tool
when build under jdk17

Signed-off-by: Jiri Peinlich <jiri.peinlich@gmail.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/3055/head
Jiri Peinlich 3 years ago committed by GitHub
parent 4170524ac3
commit ad57ee8fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

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

Loading…
Cancel
Save