Gradle install & config
Win10
Step 1. Download the latest Gradle distribution
Step 2. Unpack the distribution
Step 3. Configure your system environment
System Variables --> Path --> Edit
// Add an entry
C:\Gradle\gradle-4.10.2\bin
Step 4. Verify your installation
gradle -v
https://gradle.org/install/