Gradle Creating Custom Tasks Part – 2
In this Video, we see How to create a Custom task and How to declare it? When we create a new task in a build and specify a task with the type property, we actually configure an existing task. The existing task is called an enhanced task in Gradle.
Syntax: task taskName { }