infix fun <T : BuildResult> Builder<T>.task(taskPath: String): Builder<BuildTask?>
Maps this assertion to the task at the provided taskPath.
See Also
BuildResult.task