Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skdangi/3262405afae781668375b2825e58bb2d to your computer and use it in GitHub Desktop.
Save skdangi/3262405afae781668375b2825e58bb2d to your computer and use it in GitHub Desktop.
Installing a specific version of Gradle with Homebrew
brew tap homebrew/versions
brew search gradle
brew install homebrew/versions/gradle112
gradle -version
brew link --overwrite gradle112
gradle -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment