Skip to content

Commit 7be83af

Browse files
committed
Upgrade groovy version for log injection smoke tests
1 parent 5330154 commit 7be83af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dd-smoke-tests/log-injection/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ plugins {
77
apply from: "$rootDir/gradle/java.gradle"
88
description = 'Log injection Smoke Tests.'
99

10+
configurations.all {
11+
resolutionStrategy {
12+
force 'org.codehaus.groovy:groovy-all:3.0.24'
13+
}
14+
}
15+
1016
configurations {
1117
jcl
1218
log4j1

0 commit comments

Comments
 (0)