Skip to content

BootJar's afterResolve action causes resolution failures with the Versions plugin due to configurations being copied and made resolvable #24072

@wilkinsona

Description

@wilkinsona

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions