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>
This commit is contained in:
Jiri Peinlich
2021-11-12 04:05:37 +00:00
committed by GitHub
parent 4170524ac3
commit ad57ee8fdc

View File

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