Skip to content

Commit a8b0978

Browse files
committed
[IcebergIO] Raise Iceberg integration tests to Java 17
1 parent 893f51d commit a8b0978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

it/iceberg/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins { id 'org.apache.beam.module' }
2222
applyJavaNature(
2323
automaticModuleName: 'org.apache.beam.it.iceberg',
2424
exportJavadoc: false,
25-
// iceberg ended support for Java 8 in 1.7.0
26-
requireJavaVersion: JavaVersion.VERSION_11,
25+
// iceberg ended support for Java 11 in 1.11.0
26+
requireJavaVersion: JavaVersion.VERSION_17,
2727
)
2828

2929
description = "Apache Beam :: IT :: Iceberg"

0 commit comments

Comments
 (0)