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
The resolution of the copy (which has been made resolvable) causes the action to run. It then tries to access the resolved configuration but does so using the original, unresolvable configuration which fails. We need to check that the action is being called with the ResolvableDependencies with which it was registered and ignore the call when it is not. See ben-manes/gradle-versions-plugin#432 for background.
The text was updated successfully, but these errors were encountered:
The resolution of the copy (which has been made resolvable) causes the action to run. It then tries to access the resolved configuration but does so using the original, unresolvable configuration which fails. We need to check that the action is being called with the
ResolvableDependencies
with which it was registered and ignore the call when it is not. See ben-manes/gradle-versions-plugin#432 for background.The text was updated successfully, but these errors were encountered: