Skip to content

Commit 1be99fd

Browse files
committed
Improve comment for groovy upgrade
1 parent fdace89 commit 1be99fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

10-
// Java 24 requires at least groovy v3.0.24
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
1113
configurations.all {
1214
resolutionStrategy {
1315
force 'org.codehaus.groovy:groovy-all:3.0.24'

0 commit comments

Comments
 (0)