Skip to content

Instantly share code, notes, and snippets.

@JavierSegoviaCordoba
Last active February 19, 2023 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JavierSegoviaCordoba/548022c7b0ae2f8bd0293c6932f03ab1 to your computer and use it in GitHub Desktop.
Save JavierSegoviaCordoba/548022c7b0ae2f8bd0293c6932f03ab1 to your computer and use it in GitHub Desktop.
Update Gradle wrapper
  1. Run the Gradle Wrapper updater
./gradlew wrapper --gradle-version=$version
  1. Run the next commands to fix file permission:
chmod +x gradlew
git update-index --chmod=+x gradlew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment