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 aa46d2a commit 927f3eaCopy full SHA for 927f3ea
instrumentation/spring/spring-cloud-aws-3.0/javaagent/build.gradle.kts
@@ -22,3 +22,7 @@ dependencies {
22
testLibrary("org.springframework.boot:spring-boot-starter-test:3.0.0")
23
testLibrary("org.springframework.boot:spring-boot-starter-web:3.0.0")
24
}
25
+
26
+otelJava {
27
+ minJavaVersionSupported.set(JavaVersion.VERSION_17)
28
+}
0 commit comments