Skip to content

Commit

Permalink
Improve regenerate_konwn_dependencies_txt script (#5149)
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget authored Jul 16, 2024
1 parent 2b55fe6 commit c988fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/dependencies/regenerate_konwn_dependencies_txt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ -d $dependencies_path ]];then
echo "rm -r -f dependencies_path"
rm -r -f $dependencies_path
fi
cd ../../
cd $basepath/../../
mvn dependency:copy-dependencies -DexcludeGroupIds=org.apache.linkis -DincludeScope=runtime -DoutputDirectory=$dependencies_path
ls $dependencies_path | sort -n > $basepath/known-dependencies.txt
rm -r -f $dependencies_path

0 comments on commit c988fdd

Please sign in to comment.