infix fun <T : BuildResult> Builder<T>.taskPaths(outcome: TaskOutcome): Builder<List<String>>
Maps this assertion to the task paths of the build with the provided outcome.
See Also
BuildResult.taskPaths