Skip to content

Commit

Permalink
apply --no-snapshot-updates option in build_classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Jan 30, 2023
1 parent 3d91a96 commit 0bf3681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEP="${PWD}/dev/dependencyList"


function build_classpath() {
$MVN dependency:build-classpath -pl kyuubi-ctl,kyuubi-server,kyuubi-assembly |\
$MVN dependency:build-classpath --no-snapshot-updates -pl kyuubi-ctl,kyuubi-server,kyuubi-assembly |\
grep -v "INFO\|WARN" | \
tail -1 | \
tr ":" "\n" | \
Expand Down

0 comments on commit 0bf3681

Please sign in to comment.