It’s easy to install gradle using sdk, brew, etc and it’ll just by default grab the latest version of gradle.
However, when you’re using the wrapper already there is no way to ask for the latest version.
It would be great if we could do:
./gradlew wrapper --gradle-version=+
or
./gradlew wrapper --gradle-version=latest
for the system to just install/upgrade to the latest released version of gradle.jar