Class AllDependenciesConvention

java.lang.Object
org.eclipse.edc.plugins.edcbuild.conventions.AllDependenciesConvention
All Implemented Interfaces:
EdcConvention

public class AllDependenciesConvention extends Object implements EdcConvention
Registers the 'allDependencies' task, used to get all the dependencies from all the submodules.
  • Constructor Details

    • AllDependenciesConvention

      public AllDependenciesConvention()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project target)
      Description copied from interface: EdcConvention
      Applies the convention to the given target. Typically, conventions are default values for configuration.
      Specified by:
      apply in interface EdcConvention
      Parameters:
      target - The project to which the convention applies