How to start with Gradle?

How to start with Gradle?

Download the latest Gradle release from http://www.gradle.org/downloads

Set up the environmental  var “GRADLE_HOME“.

Add GRADLE_HOME/bin to your PATH environment variable. Usually, this is sufficient to run Gradle.

To check if Gradle is properly installed just type ‘gradle -v’ in command line.

And make sure you have set up the ‘ANT_HOME’ and ‘JAVA_HOME’

原文地址:https://www.cnblogs.com/flyingsir/p/4027041.html