We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfca3b1 commit 75d2d4cCopy full SHA for 75d2d4c
build-tools/build-infra/build.gradle
@@ -75,6 +75,7 @@ dependencies {
75
implementation plugin(deps.plugins.owasp.dependencycheck)
76
implementation plugin(deps.plugins.undercouch.download)
77
implementation plugin(deps.plugins.errorprone)
78
+ implementation plugin(deps.plugins.jacocolog)
79
}
80
81
def hasJavaFlightRecorder = ModuleLayer.boot().findModule('jdk.jfr').map{ otherModule ->
0 commit comments