Skip to content

Commit

Permalink
Make coverage work again
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Jul 16, 2023
1 parent 03727db commit 4e824dc
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 @@ -149,6 +149,10 @@ lombok {
version.set("edge-SNAPSHOT")
}

jacoco {
toolVersion = "0.8.11"
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 4e824dc

Please sign in to comment.