ContextAwareCommandCompleteListener finalizer
= contextAwareFinalizer.startCommand(project, actionContext);
builder.setCommandFinalizer(finalizer);
}
CommandExceptionHider exceptionHider = customActions.getCommandExceptionHider();
if (exceptionHider != null) {
builder.setCommandExceptionHider(exceptionHider);
}
builder.setGradleTargetVerifier(getGradleTargetVerifier(project, actionContext, customActions));