Skip to content

Commit c24a709

Browse files
authored
Try fixing Jacoco - codecov errors
Looking at similar issues, 0.8.9+ changed something that breaks codecov. Others have success downgrading to 0.8.8
1 parent dc9764e commit c24a709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("java-library")
33
id("checkstyle")
44
id("eclipse")
5-
id("jacoco")
5+
id("jacoco") version "0.8.8"
66
id("maven-publish")
77
id("ru.vyarus.animalsniffer") version "1.7.1"
88
id("me.champeau.gradle.jmh") version "0.5.3"

0 commit comments

Comments
 (0)