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
- Copy the HTTPS clone URL shown in picture 1
- Open CMD
- git clone //paste the URL show in picture 2
- or you can just click on button "Clone in desktop" or "Download ZIP"
Running Gradle tests
- In cmd prompt > Goto the downloaded directory
- gradle clean
- gradle builddependents
- gradle
No comments:
Post a Comment