api / org.gradle.api.artifacts / ExternalModuleDependency / isChanging

isChanging

abstract fun isChanging(): Boolean

Returns whether or not Gradle should always check for a change in the remote repository.

See Also
#setChanging(boolean)