Skip to content

Commit 927f3ea

Browse files
committed
set min java version to 17
1 parent aa46d2a commit 927f3ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instrumentation/spring/spring-cloud-aws-3.0/javaagent/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ dependencies {
2222
testLibrary("org.springframework.boot:spring-boot-starter-test:3.0.0")
2323
testLibrary("org.springframework.boot:spring-boot-starter-web:3.0.0")
2424
}
25+
26+
otelJava {
27+
minJavaVersionSupported.set(JavaVersion.VERSION_17)
28+
}

0 commit comments

Comments
 (0)