Skip to content

Commit

Permalink
Move update gradle doc to script (#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Mar 21, 2022
1 parent a8560d7 commit 38ad413
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
17 changes: 17 additions & 0 deletions .github/scripts/update-gradle-wrappers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash -e

gradle_version=$1

for dir in . \
benchmark-overhead \
examples/distro \
examples/extension \
smoke-tests/images/fake-backend \
smoke-tests/images/grpc \
smoke-tests/images/quarkus \
smoke-tests/images/servlet \
smoke-tests/images/play \
smoke-tests/images/spring-boot
do
(cd $dir && ./gradlew wrapper --gradle-version $gradle_version)
done
25 changes: 0 additions & 25 deletions docs/contributing/upgrading-gradle-wrappers.md

This file was deleted.

0 comments on commit 38ad413

Please sign in to comment.