Browse Source

Add update-dependencies.sh

Fixes: gh-5276
pull/5297/head
Rob Winch 8 years ago
parent
commit
948e650a0e
  1. 6
      scripts/update-dependencies.sh

6
scripts/update-dependencies.sh

@ -0,0 +1,6 @@ @@ -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
Loading…
Cancel
Save