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 GradleGrouping tasks in gradle
We can group tasks using syntax as shown in below image. Here we have defined 2 tasks copy and delete. Both of these tasks have the same group called as softpost. On right hand side, Gradle window shows copy and delete tasks under softpost group.Web development and Automation testing
solutions delivered!!