Gradle#

  • Convention bases build tool
  • DSL to describe the build
  • Support muit-projects
  • Easy customizable
  • Builds many languages
  • Support dependencies

Instalation#

Setting up Gradle environment

First thing, go to the website: https://gradle.org/

https://gradle.org/releases/

Download the binary-only, and unzip at c:\Gradle\

Add the path of “C:\Gradle\gradle-xxx\bin” on %Path% environment variable.

Sources:

https://gradle.org/install/#prerequisites