Package org.gradle.api.internal.tasks.compile

Examples of org.gradle.api.internal.tasks.compile.AntGroovyCompiler


    private FileCollection groovyClasspath;

    public GroovyCompile() {
        IsolatedAntBuilder antBuilder = getServices().get(IsolatedAntBuilder.class);
        ClassPathRegistry classPathRegistry = getServices().get(ClassPathRegistry.class);
        compiler = new IncrementalGroovyCompiler(new AntGroovyCompiler(antBuilder, classPathRegistry), getOutputs());
    }
View Full Code Here

TOP

Related Classes of org.gradle.api.internal.tasks.compile.AntGroovyCompiler

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.