/**
* Entry point for the open API. No longer usable but still implemented so that old clients receive a decent error message.
*/
public class GradleRunnerWrapper {
public GradleRunnerWrapper(File gradleHomeDirectory, GradleRunnerInteractionVersion1 interactionVersion1) {
throw new NoLongerSupportedException();
}