1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add update-dependencies.sh

Fixes: gh-5276
This commit is contained in:
Rob Winch
2018-05-02 20:17:14 -05:00
parent bc0c3a5b69
commit 948e650a0e
+6
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