July 2015
Intermediate to advanced
284 pages
5h 41m
English
We discussed in first chapter that a build file consists of three phases: initialization, configuration, and execution, which are explained briefly as follows:
The task API mainly defines two types of closures: doFirst(Closure closure) and doLast(Closure closure), which internally calls doFirst(Action action) and doLast(Action action). You can mention either one or both of them.
Statements mentioned outside of these actions ...
Read now
Unlock full access