Skip to content

Commit

Permalink
Upgrade jacoco to v0.8.10 such that it can instrument classes up to J…
Browse files Browse the repository at this point in the history
…DK 21
  • Loading branch information
mklaehn authored and reinhapa committed Sep 20, 2023
1 parent 409a76e commit db641fc
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 @@ -192,7 +192,7 @@ allprojects {
}

jacoco {
toolVersion = '0.8.8'
toolVersion = '0.8.10'
}

configurations {
Expand Down

0 comments on commit db641fc

Please sign in to comment.