Dependency
, ExternalDependency
, HasAttributes
, HasConfigurableAttributes<ModuleDependency>
, ModuleDependency
, ModuleVersionSelector
ClientModule
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 | 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.
|
because, contentEquals, getGroup, getName, getReason, getVersion
getVersionConstraint, isForce, setForce, version
addArtifact, artifact, artifact, attributes, capabilities, exclude, getArtifacts, getAttributes, getExcludeRules, getRequestedCapabilities, getTargetConfiguration, isTransitive, setTargetConfiguration, setTransitive
getGroup, getModule, getName, getVersion, 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