Skip to content

Commit 90f5047

Browse files
try unit tests with java 21
1 parent f5d96e3 commit 90f5047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/iceberg-1.8/library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111

1212
otelJava {
1313
minJavaVersionSupported.set(JavaVersion.VERSION_11)
14-
maxJavaVersionForTests.set(JavaVersion.VERSION_17)
14+
maxJavaVersionForTests.set(JavaVersion.VERSION_21)
1515
}

0 commit comments

Comments
 (0)