Skip to content

Commit

Permalink
[apache#4955]fix(IT): fix client IT (apache#4957)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

 - add dependsOn hadoop catalog jar

### Why are the changes needed?

Fix: apache#4955 

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

CI passed
  • Loading branch information
mchades authored Sep 18, 2024
1 parent b803a56 commit b12929d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ tasks.test {
if (skipITs) {
exclude("**/integration/test/**")
} else {
dependsOn(":catalogs:catalog-hadoop:jar", ":catalogs:catalog-hadoop:runtimeJars")
dependsOn(":catalogs:catalog-hive:jar", ":catalogs:catalog-hive:runtimeJars")
dependsOn(":catalogs:catalog-kafka:jar", ":catalogs:catalog-kafka:runtimeJars")
}
Expand Down

0 comments on commit b12929d

Please sign in to comment.