Skip to content

Commit

Permalink
Updating the jacoco toolVersion (hyperledger#3041)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gezero and macfarla authored Nov 12, 2021
1 parent 4170524 commit ad57ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ allprojects {
version = rootProject.version

jacoco {
toolVersion = '0.8.6'
toolVersion = '0.8.7'
if (project.tasks.findByName('referenceTests')) {
applyTo referenceTests
}
Expand Down

0 comments on commit ad57ee8

Please sign in to comment.