Slackbot
03/14/2023, 4:00 PMmelix
03/14/2023, 4:00 PMResolvableDependencies#getResolutionResult
say: "This will resolve the dependency graph but will not resolve or download the files."melix
03/14/2023, 4:01 PMmelix
03/14/2023, 4:01 PMConfiguration
as an input, it triggers serialization errorsmelix
03/14/2023, 4:02 PMconfig.getIncoming().getResolutionResult()
, but this, if the javadocs are correct, will trigger resolution too earlymelix
03/14/2023, 4:03 PMResolvedComponentResult
as an input, which assumes that the resolution has happened already.melix
03/14/2023, 4:03 PMmelix
03/14/2023, 4:03 PMResolvableDependencies
as a config cache, lazy-compatible input)Paul Merlin
03/14/2023, 4:07 PMconfig.incoming.resolutionResult.rootComponent
is the lazy provider one that is intended to be wired to task inputs and suchmelix
03/14/2023, 4:08 PMconfig.incoming.resolutionResult
triggers resolutionmelix
03/14/2023, 4:08 PMincoming
?Paul Merlin
03/14/2023, 4:09 PMconfig.incoming.resolutionResult
doesn´t trigger resolution, config.incoming.resolutionResult.root
or other functions on ResolutionResult
do, except for config.incoming.resolutionResult.rootComponent
Paul Merlin
03/14/2023, 4:10 PMmelix
03/14/2023, 4:11 PMPaul Merlin
03/14/2023, 4:12 PMPaul Merlin
03/14/2023, 4:12 PMmelix
03/14/2023, 4:12 PMPaul Merlin
03/14/2023, 4:13 PMmelix
03/14/2023, 4:13 PMmelix
03/14/2023, 4:22 PM