It is recommended that implementations call perform rather than execute for the tasks they contain, as this method ensures that the appropriate BuildEvents will be generated. @see Task#perform @see Task#execute @see BuildEvent @author Conor MacNeill
A {@code TaskContainer} is responsible for managing a set of {@link Task} instances.
You can obtain a {@code TaskContainer} instance by calling {@link org.gradle.api.Project#getTasks()}, or using the {@code tasks} property in your build script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|