return parentRegistry.createChild(get(GradleInternal.class).getClassLoaderScope());
}
PluginManager createPluginManager() {
PluginApplicator applicator = new ImperativeOnlyPluginApplicator<Gradle>(get(GradleInternal.class));
return new PluginManager(get(PluginRegistry.class), new DependencyInjectingInstantiator(this), applicator);
}