Install gradle under windows

gradle install

  There are two ways to install,

  1. Via scoop:

       scoop is easier to install. Scoop is an installation tool that can install some familiar software under linux on windows. First install scoop and execute it under powershell

iex(new-object net.webclient).downloadstring('https://get.scoop.sh')

      then execute 

scoop install gradle。

    2. Manual installation.

       First download the file from here https://gradle.org/releases/, then extract it to a directory, and then add the directory to the PATH.

  

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326850514&siteId=291194637