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 ba50a89 commit e8bc3d6Copy full SHA for e8bc3d6
dd-smoke-tests/log-injection/build.gradle
@@ -7,15 +7,6 @@ plugins {
7
apply from: "$rootDir/gradle/java.gradle"
8
description = 'Log injection Smoke Tests.'
9
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
-
19
configurations {
20
jcl
21
log4j1
0 commit comments