Class PrintClasspathConvention
java.lang.Object
org.eclipse.edc.plugins.edcbuild.conventions.PrintClasspathConvention
- All Implemented Interfaces:
EdcConvention
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project target) Applies the convention to the given target.
-
Constructor Details
-
PrintClasspathConvention
public PrintClasspathConvention()
-
-
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
-