Skip to content

Commit 4fd797f

Browse files
committed
base version is set to Java 17
1 parent 1662b23 commit 4fd797f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instrumentation/activej-http-6.0/javaagent/build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ dependencies {
1717
}
1818
implementation("io.activej:activej-http")
1919
}
20+
21+
otelJava {
22+
minJavaVersionSupported.set(JavaVersion.VERSION_17)
23+
}

0 commit comments

Comments
 (0)