Package org.gradle.plugin.use.internal

Examples of org.gradle.plugin.use.internal.PluginUseScriptBlockTransformer


    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);
    }
View Full Code Here

TOP

Related Classes of org.gradle.plugin.use.internal.PluginUseScriptBlockTransformer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.