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 0613397 commit 85e1e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ subprojects {
val log4jVersion: String by project
"testImplementation"(group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = log4jVersion)
}
}

configure<JacocoPluginExtension> {
toolVersion = "0.8.11"
configure<JacocoPluginExtension> {
toolVersion = "0.8.11"
}
}

0 comments on commit 85e1e08

Please sign in to comment.