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 a42c03e commit 061f58fCopy full SHA for 061f58f
instrumentation/iceberg-1.8/library/build.gradle.kts
@@ -8,8 +8,6 @@ dependencies {
8
testImplementation(project(":instrumentation:iceberg-1.8:testing"))
9
}
10
11
-tasks {
12
- test {
13
- systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
14
- }
+otelJava {
+ minJavaVersionSupported.set(JavaVersion.VERSION_11)
15
0 commit comments