Skip to content

Commit

Permalink
bump jacoco to support java 15 & 16 jdk asm (hyperledger#2119)
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored Apr 12, 2021
1 parent 011eda9 commit 27fd49f
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 @@ -83,7 +83,7 @@ allprojects {
version = rootProject.version

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

0 comments on commit 27fd49f

Please sign in to comment.