Updates gradle to 7.4.1

This commit is contained in:
spencergibb
2022-03-11 14:16:19 -05:00
parent 21a60b8f0d
commit 1fe09d5e41
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ set -o errtrace
set -o nounset
set -o pipefail
export WRAPPER_VERSION="${WRAPPER_VERSION:-7.3.3}"
export WRAPPER_VERSION="${WRAPPER_VERSION:-7.4.1}"
find . -name 'build.gradle' | while read -r file; do
parentdir="$(dirname "$file")"