public PluginsAndBuildscriptTransformer(String classpathBlockName, String pluginsBlockMessage, DocumentationRegistry documentationRegistry) {
this.classpathBlockName = classpathBlockName;
this.scriptBlockNames = Arrays.asList(classpathBlockName, PLUGINS);
this.pluginsBlockMessage = pluginsBlockMessage;
this.pluginBlockTransformer = new PluginUseScriptBlockTransformer(DefaultScript.SCRIPT_SERVICES_PROPERTY, PluginDependenciesService.class, documentationRegistry);
}