John
07/15/2026, 5:10 PMConfiguration object in a task that is configuration cache safe? I don't want to treat it like files because I want to look at the declared dependencies and resolved dependency tree modelPhilip W
07/15/2026, 5:32 PMconfiguration.incoming.resolutionResult.rootComponent is CC safe and lazily. Or use artifactViewJohn
07/15/2026, 5:33 PMPhilip W
07/15/2026, 5:33 PMrootComponent.dependenciesForVariantJohn
07/15/2026, 5:34 PMListProperty<DependencyResult> and map to that using configuration.incomping.resolutionResult.allDependencies in the plugin code as wellPhilip W
07/15/2026, 5:35 PMJohn
07/15/2026, 5:35 PMAdam
07/16/2026, 2:00 PM