Dependency update script compatible with mac
Fixes: gh-7321
This commit is contained in:
committed by
Eleftheria Stein-Kousathana
parent
505882c944
commit
c9da41bc52
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
rm -f build/updates.txt
|
||||
./gradlew dependencyUpdate -Drevision=release
|
||||
find -name report.txt | xargs cat > build/updates.txt
|
||||
find . -name report.txt | xargs cat > build/updates.txt
|
||||
echo "Updates...."
|
||||
cat build/updates.txt | fgrep ' ->' | sort | uniq
|
||||
|
||||
Reference in New Issue
Block a user