Explorar el Código

Add update-dependencies.sh

Joe Grandja hace 4 años
padre
commit
a7d4d45658
Se han modificado 1 ficheros con 6 adiciones y 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