1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
rm -f build/updates.txt |
rm -f build/updates.txt |
||||||
./gradlew dependencyUpdate -Drevision=release |
./gradlew dependencyUpdate -Drevision=release |
||||||
find -name report.txt | xargs cat > build/updates.txt |
find . -name report.txt | xargs cat > build/updates.txt |
||||||
echo "Updates...." |
echo "Updates...." |
||||||
cat build/updates.txt | fgrep ' ->' | sort | uniq |
cat build/updates.txt | fgrep ' ->' | sort | uniq |
||||||
|
|||||||
Loading…
Reference in new issue