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 Gradlesettings.gradle file in gradle
Settings.gradle file is present in the root directory of the project. It’s very useful when working with multiple projects. We can also change the name of the project from this file and write any initialization code.Web development and Automation testing
solutions delivered!!