Gradle CHECK Task Essentials

preview_player
Показать описание
Gradle's check task is a lifecycle task which combines all verification tasks in your project. In this video you'll learn exactly how check works, and when to use it versus other tasks like build and test.

▶️ Introduction 0:00
▶️ Check task overview 0:09
▶️ Adding check to a Gradle project 0:51
▶️ Tasks that check depends on 1:25
▶️ Ways to run check 2:16
▶️ When to use check vs. build & test 2:55

Рекомендации по теме
Комментарии
Автор

Thanks for checking out the video! What other tasks are you interested to learn about? 🤔

TomGregoryTech