Skip to content

Commit

Permalink
Bump jacoco to 0.8.12 to support JDK23
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jan 30, 2025
1 parent e15e6aa commit 6a41c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/knnplugin-coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apply plugin: 'jacoco'

jacoco {
toolVersion = "0.8.10"
toolVersion = "0.8.12"
}

/**
Expand Down

0 comments on commit 6a41c6c

Please sign in to comment.