setDescription

abstract fun setDescription(@Nullable description: String)(source)

Sets a description for this task. This should describe what the task does to the user of the build. The description will be displayed when gradle tasks is called.

Parameters

description

The description of the task. Might be null.