public interface ExternalModuleDependency extends ExternalDependency
A ModuleDependency
is a Dependency
on a module outside the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
Modifier and Type | Method and Description |
---|---|
ExternalModuleDependency |
copy()
Creates and returns a new dependency with the property values of this one.
|
boolean |
isChanging()
Returns whether or not Gradle should always check for a change in the remote repository.
|
ExternalModuleDependency |
setChanging(boolean changing)
Sets whether or not Gradle should always check for a change in the remote repository.
|
isForce, setForce, version
addArtifact, artifact, artifact, exclude, getArtifacts, getExcludeRules, getTargetConfiguration, isTransitive, setTargetConfiguration, setTransitive
because, contentEquals, getGroup, getName, getReason, getVersion
getGroup, getName, getVersion, getVersionConstraint, matchesStrictly
boolean isChanging()
setChanging(boolean)
ExternalModuleDependency setChanging(boolean changing)
changing
- Whether or not Gradle should always check for a change in the remote repositoryExternalModuleDependency copy()
copy
in interface Dependency
copy
in interface ExternalDependency
copy
in interface ModuleDependency