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 088e2dd commit ea200d3Copy full SHA for ea200d3
instrumentation/iceberg-1.8/library/build.gradle.kts
@@ -6,8 +6,10 @@ plugins {
6
dependencies {
7
library("org.apache.iceberg:iceberg-core:1.8.1")
8
testImplementation(project(":instrumentation:iceberg-1.8:testing"))
9
+ implementation("io.opentelemetry:opentelemetry-api-incubator")
10
}
11
12
otelJava {
13
minJavaVersionSupported.set(JavaVersion.VERSION_11)
14
+ maxJavaVersionForTests.set(JavaVersion.VERSION_17)
15
0 commit comments