Gradle Tutorial
Introduction Installation Creating project using command line Simple gradle project in IntelliJ IDEA build.gradle file settings.gradle file Directory structure of Gradle project Built-in tasks User defined tasks Task dependencies Running gradle tasks Grouping tasks Repository management in Gradle Declaring dependencies in Gradle JUnit TestNG Test execution reports in Gradle Creating executable Jar using Gradle Generating project API documentation in Gradle Publishing and deployment of artifact in GradleInstallation of gradle
Download the Gradle zip from official download page. Then extract the zip file using zipping tool. After that you will have to edit the environment variable Path as shown in below page.To check if Gradle is installed properly, you can type below command. If everything is fine, you will see the gradle version.
gradle -v
Web development and Automation testing
solutions delivered!!