How to start with Gradle?

阅读 244

2022-10-05

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’



精彩评论(0)

0 0 举报