Completed projects on GitHub
Course Content
0 / 61 completedHow to use this course
Completed projects on GitHub
Course and Instructor Introduction
What is gradle
Why Gradle
Install Gradle
Gradle wrapper on windows
More build.gradle
Create a java project
Build and Run
Repositories
First Gradle Project
Configurations
Gradle Daemon
Build Phases
build.gradle and its cousin pom.xml
Install Spring Tool Suite
Hello Groovy
Data Types
Closures
Collection Types
Sets and Maps
Methods
Classes and Objects
Project Object
project properties
Task variables and methods
Adding custom properties
Task Object
Create and Setup Project
Introduction
Write Code
Create WAR
Update - Gretty Version
Run the App
Update
Create and build the Projects
Adding Tasks Across Modules
Add Properties
Dependencies between modules
Reuse Build Logic
Show Dependencies
Update - Test Scope
Configure Test Support
Test doGet
Test doPost
Update - Use Security Token
Install and Launch Sonar
Generate Jacoco Coverage Report
Update
Configure a Jenkins Gradle Build
Generate Sonar Report
Setup Jenkins
Compare with pom.xml
Create and run spring boot project
Usecase
Import Gradle Project in to STS
Migrate Coupon Service
Move the code to a script
Create a Custom Plugin
Eclipse Troubleshooting