private final ServiceRegistry sharedServices;
private final NestedBuildTracker tracker;
private CommandLineConverter<StartParameter> commandLineConverter;
public DefaultGradleLauncherFactory(ServiceRegistry loggingServices) {
this(new GlobalServicesRegistry(loggingServices));
}