The central concept of Gradle is the "Task" - that's where the work is done.
I talked about tasks before: How they are lined up in a task graph, how you configure them, how you register new tasks or implement your own.
Each task implementation has two aspects: (1) What can be configured? (2) What does it do in the so-called Task Actions?
Lets take a closer look at (2) in this new episode:
https://www.youtube.com/watch?v=7ueAnM7ADm4&list=PLWQK2ZdV4Yl2k2OmC_gsjDpdIBTN0qqkE




