Skip to content

Commit

Permalink
fixup! Drop support for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jun 20, 2024
1 parent 2f14a2a commit e06d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ project(':iceberg-hive-runtime') {

dependencies {
implementation project(':iceberg-mr')
if (jdkVersion == '8' && hiveVersions.contains("3")) {
if (hiveVersions.contains("3")) {
implementation project(':iceberg-hive3')
}
implementation(project(':iceberg-nessie')) {
Expand Down

0 comments on commit e06d77a

Please sign in to comment.