Explorar o código

Add update-dependencies.sh

Fixes: gh-5276
Rob Winch %!s(int64=7) %!d(string=hai) anos
pai
achega
948e650a0e
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      scripts/update-dependencies.sh

+ 6 - 0
scripts/update-dependencies.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+rm -f build/updates.txt
+./gradlew dependencyUpdate -Drevision=release
+find -name report.txt | xargs cat > build/updates.txt
+echo "Updates...."
+cat build/updates.txt | fgrep ' ->' | sort | uniq