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

7 lines
207 B
Bash
Raw Permalink Normal View History

2018-05-02 20:17:14 -05:00
#!/bin/bash
rm -f build/updates.txt
./gradlew dependencyUpdate -Drevision=release
find . -name report.txt | xargs cat > build/updates.txt
2018-05-02 20:17:14 -05:00
echo "Updates...."
cat build/updates.txt | fgrep ' ->' | sort | uniq