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 fdace89 commit 1be99fdCopy full SHA for 1be99fd
dd-smoke-tests/log-injection/build.gradle
@@ -7,7 +7,9 @@ plugins {
7
apply from: "$rootDir/gradle/java.gradle"
8
description = 'Log injection Smoke Tests.'
9
10
-// Java 24 requires at least groovy v3.0.24
+// 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'
0 commit comments