parent
bc0c3a5b69
commit
948e650a0e
|
@ -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
|
Loading…
Reference in New Issue