We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1662b23 commit 4fd797fCopy full SHA for 4fd797f
instrumentation/activej-http-6.0/javaagent/build.gradle.kts
@@ -17,3 +17,7 @@ dependencies {
17
}
18
implementation("io.activej:activej-http")
19
20
+
21
+otelJava {
22
+ minJavaVersionSupported.set(JavaVersion.VERSION_17)
23
+}
0 commit comments