Skip to content

Commit

Permalink
update coverage plugin to support java 11 and upgrade version to 1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lennart Heimbs <lennart@heimbs.me>
  • Loading branch information
lheimbs committed Jan 31, 2024
1 parent cf86382 commit 8531048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage-reporter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.test {
}

kotlin {
jvmToolchain(17)
jvmToolchain(11)
}

java {
Expand Down

0 comments on commit 8531048

Please sign in to comment.