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 3033d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coverage-reporter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.github.amosproj"
version = "1.1"
version = "1.2"

repositories {
mavenCentral()
Expand All @@ -24,7 +24,7 @@ tasks.test {
}

kotlin {
jvmToolchain(17)
jvmToolchain(11)
}

java {
Expand Down

0 comments on commit 3033d69

Please sign in to comment.