Class WaitForPublishedArtifactsConvention

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

public class WaitForPublishedArtifactsConvention extends Object implements EdcConvention
  • Constructor Details

    • WaitForPublishedArtifactsConvention

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