Skip to content

Commit

Permalink
Jacoco с поддержкой jdk20
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored May 14, 2023
1 parent 167ebc6 commit ed7b643
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 @@ -137,6 +137,10 @@ lombok {
version.set("edge-SNAPSHOT")
}

jacoco {
toolVersion = "0.8.10"
}

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

0 comments on commit ed7b643

Please sign in to comment.