Dependency update script compatible with mac

Fixes: gh-7321
This commit is contained in:
Eleftheria Stein 2019-08-28 13:47:15 -04:00 committed by Eleftheria Stein-Kousathana
parent 505882c944
commit c9da41bc52
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
rm -f build/updates.txt
./gradlew dependencyUpdate -Drevision=release
find -name report.txt | xargs cat > build/updates.txt
find . -name report.txt | xargs cat > build/updates.txt
echo "Updates...."
cat build/updates.txt | fgrep ' ->' | sort | uniq