Class JavaGradlePluginPlugin.TestKitAndPluginClasspathDependenciesAction

java.lang.Object
org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin.TestKitAndPluginClasspathDependenciesAction
All Implemented Interfaces:
Action<Project>
Enclosing class:
JavaGradlePluginPlugin

static class JavaGradlePluginPlugin.TestKitAndPluginClasspathDependenciesAction extends Object implements Action<Project>
An action that automatically declares the TestKit dependency for the test compile configuration and a dependency on the plugin classpath manifest generation task for the test runtime configuration.
  • Method Details

    • execute

      public void execute(Project project)
      Description copied from interface: Action
      Performs this action against the given object.
      Specified by:
      execute in interface Action<Project>
      Parameters:
      project - The object to perform the action on.