setTasks

open fun setTasks(tasks: List<String>)(source)
open fun setTasks(tasks: Collection<String>)(source)

Sets the tasks that should be executed for this build.

Parameters

tasks

The task names. May be empty or null to use the default tasks for the build.