Skip to content

Commit

Permalink
Try fixing Jacoco - codecov errors
Browse files Browse the repository at this point in the history
Looking at similar issues, 0.8.9+ changed something that breaks codecov. Others have success downgrading to 0.8.8
  • Loading branch information
akarnokd authored Aug 10, 2024
1 parent dc9764e commit c24a709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("java-library")
id("checkstyle")
id("eclipse")
id("jacoco")
id("jacoco") version "0.8.8"
id("maven-publish")
id("ru.vyarus.animalsniffer") version "1.7.1"
id("me.champeau.gradle.jmh") version "0.5.3"
Expand Down

0 comments on commit c24a709

Please sign in to comment.