Skip to content

Commit 65388f0

Browse files
committed
Update Jacoco version to 0.8.13
This should include Java 25 support
1 parent 60179ca commit 65388f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/coverage.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rootProject.subprojects { Project project ->
22
plugins.withId("java") {
33
project.apply plugin: "jacoco"
44
project.jacoco {
5-
toolVersion = '0.8.11'
5+
toolVersion = '0.8.13'
66
}
77
}
88
}

0 commit comments

Comments
 (0)