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:
@@ -119,7 +119,7 @@ configure(subprojects - project(":spring-build-src")) { subproject ->
|
||||
apply plugin: 'merge'
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.2"
|
||||
toolVersion = "0.8.5"
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
||||
Reference in New Issue
Block a user