Skip to content

Commit

Permalink
Update Jacoco for Java 21 compatibility (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 authored Jan 29, 2024
1 parent f6c2c23 commit 3f70145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar/src/main/kotlin/com/bakdata/gradle/SonarPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SonarPlugin : Plugin<Project> {

project.configure<JacocoPluginExtension> {
// smaller versions won't work with kotlin properly
toolVersion = "0.8.3"
toolVersion = "0.8.11"
}

tasks.withType<JacocoReport> {
Expand Down

0 comments on commit 3f70145

Please sign in to comment.