How do I know if Gradle is installed?

You run Gradle via the gradle command. To check if Gradle is properly installed just type gradle -v . The output shows the Gradle version and also the local environment configuration (groovy and JVM version, etc.). The displayed Gradle version should match the distribution you have downloaded.

Read more