tasks property

Set<Task> tasks
latefinal

Get the tasks that are configured as part of a build.

The returned Set is immutable.

Implementation

late final Set<Task> tasks;