You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a composite build that substitutes dependencies that are present in the lockfile, you have to regenerate the lockfile in order to complete any builds/IDE syncs because those dependencies become "project" dependencies that are excluded from the lock state.
We could perhaps use the gradle plugin to inspect included builds for projects that would substitute lockfile dependencies to tell Gradle to skip validating them.
When doing a composite build that substitutes dependencies that are present in the lockfile, you have to regenerate the lockfile in order to complete any builds/IDE syncs because those dependencies become "project" dependencies that are excluded from the lock state.
We could perhaps use the gradle plugin to inspect included builds for projects that would substitute lockfile dependencies to tell Gradle to skip validating them.
https://docs.gradle.org/current/userguide/dependency_locking.html#ignoring_dependencies
The text was updated successfully, but these errors were encountered: