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’

posted @ 2014-10-15 18:56  freedragon  阅读(173)  评论(0编辑  收藏  举报