setDefaultTasks

abstract fun setDefaultTasks(defaultTasks: List<String>)(source)

Sets the names of the default tasks of this project. These are used when no tasks names are provided when starting the build.

Since

0.7

Parameters

defaultTasks

The default task names.