Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Sep 5, 2024
1 parent 911cadf commit 779b7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/generate_spark_jars.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def clone_and_build_spark():

# Build the JAR files
print("Building Spark JAR files...")
build_command = "./build/mvn -DskipTests clean package install"
run_cmd(build_command)
build_command = "./build/mvn clean install -DskipTests"
run_cmd(build_command, stream_output=True)

print("Build completed successfully!")

Expand Down

0 comments on commit 779b7b9

Please sign in to comment.