Interface ProjectDependency

All Superinterfaces:
Dependency, HasAttributes, HasConfigurableAttributes<ModuleDependency>, ModuleDependency

public interface ProjectDependency extends ModuleDependency

A ProjectDependency is a Dependency on another project in the current project hierarchy.

  • Method Details

    • getPath

      String getPath()
      Get the path to the project that this dependency refers to relative to its owning build.
      Since:
      8.11
      See Also:
    • copy

      Creates and returns a new dependency with the property values of this one.
      Specified by:
      copy in interface Dependency
      Specified by:
      copy in interface ModuleDependency
      Returns:
      The copy. Never returns null.