Skip to content

Commit 5ee6699

Browse files
committed
Update JaCoCo to 0.8.5 to fix the build on Java 13
According to https://github.com/jacoco/jacoco/releases/tag/v0.8.5, this version officially supports Java 13.
1 parent fba1c3a commit 5ee6699

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
@@ -119,7 +119,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
119119
apply plugin: 'merge'
120120

121121
jacoco {
122-
toolVersion = "0.8.2"
122+
toolVersion = "0.8.5"
123123
}
124124

125125
compileJava {

0 commit comments

Comments
 (0)