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.
This commit is contained in:
Mahmoud Ben Hassine
2019-11-29 14:30:02 +01:00
parent fba1c3adab
commit 5ee6699ce3

View File

@@ -119,7 +119,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
apply plugin: 'merge'
jacoco {
toolVersion = "0.8.2"
toolVersion = "0.8.5"
}
compileJava {