api / org.gradle.api / Project / defaultTasks

defaultTasks

abstract fun defaultTasks(vararg defaultTasks: String): Unit

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

Parameters

defaultTasks - The default task names.