Skip to content

Commit ea200d3

Browse files
limit java version for tests to 17 to allow hadoop to run
1 parent 088e2dd commit ea200d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ plugins {
66
dependencies {
77
library("org.apache.iceberg:iceberg-core:1.8.1")
88
testImplementation(project(":instrumentation:iceberg-1.8:testing"))
9+
implementation("io.opentelemetry:opentelemetry-api-incubator")
910
}
1011

1112
otelJava {
1213
minJavaVersionSupported.set(JavaVersion.VERSION_11)
14+
maxJavaVersionForTests.set(JavaVersion.VERSION_17)
1315
}

0 commit comments

Comments
 (0)