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 GradleDirectory structure in gradle
Gradle uses same directory structure as maven. But you can also change the way you want it. Only difference is that output of maven project is stored in target directory but in case of Gradle project, output is stored in build directory. Below image shows how the Gradle project looks like.Web development and Automation testing
solutions delivered!!