Skip to content

Commit

Permalink
build: fix jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Sep 25, 2023
1 parent 9762542 commit f1d3069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ subprojects {
}

if (name in useJacoco) jacoco {
toolVersion = deps.getProperty("version.jacoco")
// https://github.com/jacoco/jacoco
toolVersion = "0.8.10"
}

idea.module {
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jline = "3.23.0"
# https://github.com/commonmark/commonmark-java
commonmark = "0.21.1"
jimgui = "v0.21.0"
# https://github.com/jacoco/jacoco
jacoco = "0.8.10"
junit = "5.10.0"
hamcrest = "2.2"
# https://github.com/google/gson
Expand Down

0 comments on commit f1d3069

Please sign in to comment.