We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f441f1 commit 11a8c76Copy full SHA for 11a8c76
scripts/update-dependencies.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+rm -f build/updates.txt
3
+./gradlew dependencyUpdate -Drevision=release
4
+find -name report.txt | xargs cat > build/updates.txt
5
+echo "Updates...."
6
+cat build/updates.txt | fgrep ' ->' | sort | uniq
0 commit comments