setChanging

Sets whether or not 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.

Return

this

Parameters

changing

Whether or not Gradle should always check for a change in the remote repository