Skip to content

Commit

Permalink
fixup! improve updateDependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rpost committed Oct 3, 2023
1 parent d2508c4 commit 4f9e19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions updateDependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash

./gradlew --refresh-dependencies dependencies --update-locks '*:*'
./gradlew :configuration-test:dependencies --refresh-dependencies --update-locks '*:*'
./gradlew --refresh-dependencies dependencies configuration-test:dependencies --update-locks '*:*'

0 comments on commit 4f9e19e

Please sign in to comment.