Buildable, Dependency, ModuleDependency, SelfResolvingDependencypublic 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.
|
Configuration |
getProjectConfiguration() |
Deprecated.
A project dependency may select different configurations.
|
getBuildDependenciescontentEquals, getGroup, getName, getVersionaddArtifact, artifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, getTargetConfiguration, isTransitive, setTransitiveresolve, resolveProject getDependencyProject()
@Deprecated Configuration getProjectConfiguration()
getDependencyProject()ProjectDependency copy()
copy in interface Dependencycopy in interface ModuleDependency