Interface EdcConvention

All Known Implementing Classes:
AllDependenciesConvention, MavenPublicationConvention, PrintClasspathConvention, WaitForPublishedArtifactsConvention
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EdcConvention
Applies the "convention over configuration" pattern as specified by the Gradle Documentation
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.gradle.api.Project target)
    Applies the convention to the given target.
  • Method Details

    • apply

      void apply(org.gradle.api.Project target)
      Applies the convention to the given target. Typically, conventions are default values for configuration.
      Parameters:
      target - The project to which the convention applies