Skip to content

Commit e8bc3d6

Browse files
committed
Remove log-injection groovy specification
1 parent ba50a89 commit e8bc3d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

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

10-
// 3.0.24 added support for JDK 24 via ASM 9.7.1
11-
// https://groovy-lang.org/changelogs/changelog-3.0.24.html
12-
// https://asm.ow2.io/versions.html#9.7.1
13-
configurations.all {
14-
resolutionStrategy {
15-
force 'org.codehaus.groovy:groovy-all:3.0.24'
16-
}
17-
}
18-
1910
configurations {
2011
jcl
2112
log4j1

0 commit comments

Comments
 (0)