cfmcgrady commented on code in PR #2742:
URL: https://github.com/apache/celeborn/pull/2742#discussion_r1767012261
##########
dev/dependencies.sh:
##########
@@ -56,13 +56,29 @@ function mvn_build_classpath() {
}
function sbt_build_client_classpath() {
- PATTERN="$SBT_PROJECT / Runtime / managedClasspath"
- deps=$(
- $SBT -P$MODULE "clean; export Runtime/managedClasspath" | \
- awk -v pat="$PATTERN" '$0 ~ pat { found=1 } found { print }' | \
- awk 'NR==2' | \
- tr ":" "\n"
- )
+ PATTERN="$SBT_PROJECT / Runtime / managedClasspath"
Review Comment:
indent
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]