Last active
September 21, 2025 04:49
-
-
Save rahulkj/f11864d322346ff01720ced15d98e667 to your computer and use it in GitHub Desktop.
Upgrade gradle wrapper version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GRADLE_GIT_RELEASES_URL=https://api.github.com/repos/gradle/gradle/releases | |
| VERSION=$(curl ${GRADLE_GIT_RELEASES_URL} | jq -r '.[0] | .name') | |
| ./gradlew wrapper --gradle-version=${VERSION} && ./gradlew wrapper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment