Dependency update script compatible with mac
Fixes: gh-7321
This commit is contained in:
parent
505882c944
commit
c9da41bc52
|
@ -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