238239240241242243244245246247248
if (displayName == null) { displayName = task.getDisplayName(); } return GradleTaskDef.createFromTemplate(project, task.toCommandTemplate(displayName), customActions, appliedContext).create(); } };