Class AllDependenciesConvention
java.lang.Object
org.eclipse.edc.plugins.edcbuild.conventions.AllDependenciesConvention
- All Implemented Interfaces:
EdcConvention
Registers the 'allDependencies' task, used to get all the dependencies from all the submodules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project target) Applies the convention to the given target.
-
Constructor Details
-
AllDependenciesConvention
public AllDependenciesConvention()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project target) Description copied from interface:EdcConventionApplies the convention to the given target. Typically, conventions are default values for configuration.- Specified by:
applyin interfaceEdcConvention- Parameters:
target- The project to which the convention applies
-