We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505882c commit c9da41bCopy full SHA for c9da41b
scripts/update-dependencies.sh
@@ -1,6 +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
+find . -name report.txt | xargs cat > build/updates.txt
5
echo "Updates...."
6
cat build/updates.txt | fgrep ' ->' | sort | uniq
0 commit comments