How to Install Gradle in Simple Steps

How to Install Gradle in Simple Steps

Gradle is an open source build automation system that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language (DSL) instead of the XML form used by Apache Maven of declaring the project configuration. Gradle uses a directed acyclic graph ("DAG") to determine the order in which tasks can be run.

Gradle was designed for multi-project builds which can grow to be quite large, and supports incremental builds by intelligently determining which parts of the build tree are up-to-date, so that any task dependent upon those parts will not need to be re-executed.

How to Install Gradle in Simple Steps :
  1. Download latest version of Gradle in http://gradle.org/gradle-download/ 
  2. Make dircetory "Gradle" in C:\Program Files\ and copy file gradle-x.xx-all.zip to this drictory. and extract this file
  3. Extract file gradle-x.xx-all.zip in C:\Program Files\

  4. Setup Environtment Variable
  5. Setup Environtment Variable

  6. Create New System Variable GRADLE_HOME and type your directory location of gradle
  7. Create New System Variable

  8. Edit "Path" and type "%GRADLE_HOME%/bin"
  9. Setup Environtment Variable
  10. Check your gradle instalation on Command Prompt with type "gradle -v"
  11. check gradle instalation
  12. Finish.





Post a Comment

0 Comments