Skip to content

Commit 11d7c19

Browse files
committed
Java 17
1 parent ab6edc8 commit 11d7c19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

instrumentation/struts/struts-7.0/javaagent/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ muzzle {
1111
}
1212
}
1313

14+
// struts 7 requires java 17
15+
otelJava {
16+
minJavaVersionSupported.set(JavaVersion.VERSION_17)
17+
}
18+
1419
dependencies {
1520
bootstrap(project(":instrumentation:servlet:servlet-common:bootstrap"))
1621

0 commit comments

Comments
 (0)