nebula-plugins / gradle-dependency-lock-plugin

A plugin to allow people using dynamic dependency versions to lock them to specific versions.
Apache License 2.0
292 stars 42 forks source link

Resolved configurations are handled in migrating from Nebula locks to core Gradle locks #245

Closed OdysseusLives closed 1 year ago

OdysseusLives commented 1 year ago

Addresses the error:

Cannot change resolution strategy of dependency configuration ':resolutionRules' after it has been resolved.

for configurations that are resolved prior to this task, such as during project configuration