Skip to content

Commit 28b2d98

Browse files
committed
Update jacoco
1 parent efb8d57 commit 28b2d98

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ allprojects { subproj ->
108108
docURL = 'https://trellis-ldp.github.io/trellis/apidocs/'
109109
license = 'Apache 2'
110110

111-
jacocoVersion = '0.8.1'
112-
checkstyleVersion = '8.10'
111+
jacocoVersion = '0.8.2'
112+
checkstyleVersion = '8.12'
113113
}
114114

115115
jacoco.toolVersion = jacocoVersion
@@ -324,9 +324,6 @@ subprojects { subproj ->
324324

325325
test {
326326
useJUnitPlatform()
327-
jacoco {
328-
enabled = ! JavaVersion.current().isJava11Compatible()
329-
}
330327
}
331328

332329
afterReleaseBuild.dependsOn docs

0 commit comments

Comments
 (0)