Skip to content

Commit 75d2d4c

Browse files
committed
Adds missing jacoco dependency. #14790
1 parent dfca3b1 commit 75d2d4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/build-infra/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ dependencies {
7575
implementation plugin(deps.plugins.owasp.dependencycheck)
7676
implementation plugin(deps.plugins.undercouch.download)
7777
implementation plugin(deps.plugins.errorprone)
78+
implementation plugin(deps.plugins.jacocolog)
7879
}
7980

8081
def hasJavaFlightRecorder = ModuleLayer.boot().findModule('jdk.jfr').map{ otherModule ->

0 commit comments

Comments
 (0)