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 Gradlebuild.gradle file in gradle
Every Gradle root project has one build.gradle file. It contains very important information as mentioned below.- Version of the project
- Group of the project
- Source compatibility of code – sourceCompatibility = 1.8
- Target compatibility of code – targetCompatibility = 1.8
- Plugins
- Task definitions
- Repositories
- Dependencies
Web development and Automation testing
solutions delivered!!