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