Browse Source

Dependency update script compatible with mac

Fixes: gh-7321
pull/7325/head
Eleftheria Stein 6 years ago committed by Eleftheria Stein-Kousathana
parent
commit
c9da41bc52
  1. 2
      scripts/update-dependencies.sh

2
scripts/update-dependencies.sh

@ -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…
Cancel
Save