Skip to content

Commit c9da41b

Browse files
committed
Dependency update script compatible with mac
Fixes: spring-projectsgh-7321
1 parent 505882c commit c9da41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
rm -f build/updates.txt
33
./gradlew dependencyUpdate -Drevision=release
4-
find -name report.txt | xargs cat > build/updates.txt
4+
find . -name report.txt | xargs cat > build/updates.txt
55
echo "Updates...."
66
cat build/updates.txt | fgrep ' ->' | sort | uniq

0 commit comments

Comments
 (0)