Package org.gradle.gradleplugin.foundation.runner

Examples of org.gradle.gradleplugin.foundation.runner.GradleRunner


        this.gradleHomeDirectory = gradleHomeDirectory;
        this.workingDirectory = interactionVersion1.getWorkingDirectory();
        interactionWrapper = new GradleRunnerInteractionWrapper(interactionVersion1);
        File customGradleExecutable = interactionVersion1.getCustomGradleExecutable();

        gradleRunner = new GradleRunner(workingDirectory, gradleHomeDirectory, customGradleExecutable);
    }
View Full Code Here

TOP

Related Classes of org.gradle.gradleplugin.foundation.runner.GradleRunner

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.