Package org.gradle.api.tasks.diagnostics.internal.graph.nodes

Examples of org.gradle.api.tasks.diagnostics.internal.graph.nodes.RenderableDependency


    public void completeConfiguration(Configuration configuration) {}

    public void render(Configuration configuration) throws IOException {
        ResolutionResult result = configuration.getIncoming().getResolutionResult();
        RenderableDependency root = new RenderableModuleResult(result.getRoot());
        renderNow(root);
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.tasks.diagnostics.internal.graph.nodes.RenderableDependency

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.