Wednesday, March 9, 2016

Gradle : Using gradle in Command prompt

Using gradle in Command prompt

Make sure Gradle is setup in your system environment variables


Downloading with Git using Windows CMD from a GitHub project
You can get download the link from GitHub <b>HTTPS clone URL</b>
Download with Window Command Prompt cmd for above picture HTTPS clone URL


  1.  Copy the HTTPS clone URL shown in picture 1
  2. Open CMD
  3. git clone //paste the URL show in picture 2
  4. or you can just click on button "Clone in desktop" or "Download ZIP"

Running Gradle tests
  1. In cmd prompt > Goto the downloaded directory
  2. gradle clean
  3. gradle builddependents
  4. gradle  

No comments:

Post a Comment