Class MavenPublicationConvention

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

public class MavenPublicationConvention extends Object implements EdcConvention
  • Constructor Details

    • MavenPublicationConvention

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