- Before you start installing, make sure gradle is not already installed on your machine
- You can do this in your Terminal with:
gradle --version brew search gradle
brew install gradle
# check if installed with:
gradle --version sdk list gradle
sdk install gradle # this will install the newest version 


Comments
Post a Comment