Skip to content

Commit 061f58f

Browse files
set minJavaVersionSupported to 11 since this is required by the Iceberg API
1 parent a42c03e commit 061f58f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ dependencies {
88
testImplementation(project(":instrumentation:iceberg-1.8:testing"))
99
}
1010

11-
tasks {
12-
test {
13-
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
14-
}
11+
otelJava {
12+
minJavaVersionSupported.set(JavaVersion.VERSION_11)
1513
}

0 commit comments

Comments
 (0)