


Now that you have installed Gradle either by brew or manually, you can check if the installation is successful by running the below command, ~ % gradle -v % export PATH=$PATH:/opt/gradle/gradle-6.8.3/bin Add Gradle installation to PATH variable,.LICENSE NOTICE bin getting-started.html init.d lib media % unzip -d /opt/gradle gradle-6.8.3-bin.zip

unzip the downloaded package in /opt/gradle directory,.Download the latest version of Gradle binary: : v6.8.3 is the latest release as of April 2021.To see more detail about a task, run gradle help -task

To see a list of command-line options, run gradle -help To see a list of available tasks, run gradle tasks Starting a Gradle Daemon (subsequent builds will be faster) Convenient execution of tasks in composite builds Once Xcode tool is installed retry the command: brew install gradleĬheck if Gradle is installed using command gradle ~ % gradle Run the command xcode-select -install to install Command Line Tool before installing gradle. You might get below error if Xcode Command Line tool is not installed, ~ % brew install gradle Gradle installation using Homebrew - Package Manager: Homebrew/homebrew-core (no Git repository) Homebrew >=2.5.0 (shallow or no git repository) You can check if brew is installed or not on your Mac by trying out the below command, ~ % brew -version
