mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-09 16:58:43 +00:00
Dependency update script compatible with mac
Fixes: gh-7321
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user