Examples of CleaningJavaCompiler


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

    private CleaningJavaCompiler createCompiler(JavaCompileSpec spec) {
        // TODO:DAZ Supply the target platform to the task, using the compatibility flags as overrides
        // Or maybe split the legacy compile task from the new one
        Compiler<JavaCompileSpec> javaCompiler = ((JavaToolChainInternal) getToolChain()).select(getPlatform()).newCompiler(spec);
        return new CleaningJavaCompiler(javaCompiler, getAntBuilderFactory(), getOutputs());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.