Skip to content

Commit

Permalink
including spark-extension-entrypoint in dependencies sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lmassaoy authored Jan 27, 2025
1 parent f8f58b1 commit 3cfefcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/spark/buildDependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ set -x -e
(cd ../../client/java && ./gradlew publishToMavenLocal)
(cd ../spark-extension-interfaces && ./gradlew publishToMavenLocal)
(cd ../sql/iface-java && ./script/compile.sh && ./script/build.sh)
(cd ../spark-extension-entrypoint && ./gradlew publishToMavenLocal)

0 comments on commit 3cfefcd

Please sign in to comment.