api / org.gradle.api.artifacts / ExternalDependency / setForce

setForce

abstract fun setForce(force: Boolean): ExternalDependency

Sets whether or not the version of this dependency should be enforced in the case of version conflicts.

Parameters

force - Whether to force this version or not.

Return
this