api / org.gradle / StartParameter / setLockedDependenciesToUpdate

setLockedDependenciesToUpdate

@Incubating open fun setLockedDependenciesToUpdate(lockedDependenciesToUpdate: MutableList<String>): Unit

Indicates that specified dependencies are to be allowed to update their version. Implicitly activates dependency locking persistence.

Parameters

lockedDependenciesToUpdate - the modules to update

See Also
#isWriteDependencyLocks()

Since
4.8