All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nebula.test.functional.PreExecutionAction.groovy Maven / Gradle / Ivy

There is a newer version: 10.6.1
Show newest version
package nebula.test.functional;

import java.io.File;
import java.util.List;


/**
 * Executes actions before gradle is called.
 */
interface PreExecutionAction {
  void execute(File projectDir, List arguments, List jvmArguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy