Class PrintClasspathConvention

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

public class PrintClasspathConvention extends Object implements EdcConvention
  • Constructor Details

    • PrintClasspathConvention

      public PrintClasspathConvention()
  • 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