Skip to content

Commit

Permalink
Fix Jacoco for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 29, 2024
1 parent 8cfeb09 commit 0613397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ subprojects {
"testImplementation"(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = log4jVersion)
}
}

configure<JacocoPluginExtension> {
toolVersion = "0.8.11"
}

0 comments on commit 0613397

Please sign in to comment.