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 5330154 commit 7be83afCopy full SHA for 7be83af
dd-smoke-tests/log-injection/build.gradle
@@ -7,6 +7,12 @@ plugins {
7
apply from: "$rootDir/gradle/java.gradle"
8
description = 'Log injection Smoke Tests.'
9
10
+configurations.all {
11
+ resolutionStrategy {
12
+ force 'org.codehaus.groovy:groovy-all:3.0.24'
13
+ }
14
+}
15
+
16
configurations {
17
jcl
18
log4j1
0 commit comments