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 and 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.
|
addArtifact, artifact, artifact, exclude, getArtifacts, getExcludeRules, getTargetConfiguration, isTransitive, setTargetConfiguration, setTransitive
resolve, resolve
because, contentEquals, getGroup, getName, getReason, getVersion
getBuildDependencies
Project getDependencyProject()
ProjectDependency copy()
copy
in interface Dependency
copy
in interface ModuleDependency