A ModuleDependency
is a Dependency on a module outside the current project hierarchy.
Fields inherited from class | Fields |
---|---|
interface Dependency |
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION |
Type | Name and description |
---|---|
ExternalModuleDependency |
copy() {@inheritDoc} |
boolean |
isChanging() Returns whether or nor Gradle should always check for a change in the remote repository. |
ExternalModuleDependency |
setChanging(boolean changing) Sets whether or nor Gradle should always check for a change in the remote repository. |
Methods inherited from class | Name |
---|---|
interface ExternalDependency |
copy, isForce, setForce |
interface ModuleVersionSelector |
getGroup, getName, getVersion, matchesStrictly |
interface ModuleDependency |
addArtifact, artifact, copy, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive |
interface Dependency |
contentEquals, copy, getGroup, getName, getVersion |
{@inheritDoc}
Returns whether or nor Gradle should always check for a change in the remote repository.
Sets whether or nor Gradle should always check for a change in the remote repository. If set to true, Gradle will check the remote repository even if a dependency with the same version is already in the local cache. Defaults to false.
changing
- Whether or nor Gradle should always check for a change in the remote repository