Buildable
, Dependency
, HasAttributes
, HasConfigurableAttributes<ModuleDependency>
, ModuleDependency
, SelfResolvingDependency
public interface ProjectDependency extends ModuleDependency, SelfResolvingDependency
A ProjectDependency
is a Dependency
on another project in the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
Modifier and Type | Method | Description |
---|---|---|
ProjectDependency |
copy() |
Creates and returns a new dependency with the property values of this one.
|
Project |
getDependencyProject() |
Returns the project associated with this project dependency.
|
getBuildDependencies
because, contentEquals, getGroup, getName, getReason, getVersion
addArtifact, artifact, artifact, attributes, capabilities, exclude, getArtifacts, getAttributes, getExcludeRules, getRequestedCapabilities, getTargetConfiguration, isTransitive, setTargetConfiguration, setTransitive
resolve, resolve
Project getDependencyProject()
ProjectDependency copy()
copy
in interface Dependency
copy
in interface ModuleDependency