Add update-dependencies.sh

This commit is contained in:
Joe Grandja 2021-02-11 18:18:08 -05:00
parent 69a34bce5b
commit a7d4d45658

6
scripts/update-dependencies.sh Executable file
View File

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