Skip to content

Commit

Permalink
Update jacoco version to 0.8.7 to support JDK 17 (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
(cherry picked from commit faea575)
  • Loading branch information
martin-gaievski authored and github-actions[bot] committed Apr 19, 2022
1 parent 32e4dc9 commit f56cba9
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 @@ -91,7 +91,7 @@ if (!usingRemoteCluster) {
}

jacoco {
toolVersion = "0.8.5"
toolVersion = "0.8.7"
}

check.dependsOn spotlessCheck
Expand Down

0 comments on commit f56cba9

Please sign in to comment.