Package org.gradle.openapi.wrappers.runner

Examples of org.gradle.openapi.wrappers.runner.GradleRunnerWrapper


                                   fails
      @return a gradle runner
      @author mhunsicker
   */
   public static GradleRunnerVersion1 createGradleRunner( File gradleHomeDirectory, GradleRunnerInteractionVersion1 interaction, boolean showDebugInfo ) throws Exception {
       return new GradleRunnerWrapper( gradleHomeDirectory, interaction );
   }
View Full Code Here

TOP

Related Classes of org.gradle.openapi.wrappers.runner.GradleRunnerWrapper

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.