Sean Chen
05/28/2024, 7:27 PMafterEvaluate
step in order to aid in variant selection. For the most part this works fine. However, there are some projects where the usage of the plugin result in a failure in the configuration phase indicating that a dependency configuration's attribute can't be modified after it has been resolved. From what I understand resolving a dependency configuration as part of the configuration phase is considered a no-no (perhaps I'm wrong here).
Questions:
• Is there a straightforward way to determine what is causing a configuration to be resolved?
• Is there some alternate way I should go about adding attributes to configurations that isn't susceptible to this sort of failure mode?
• Anything else I should be thinking about?
Thanks for any help/insight.Philip W
05/28/2024, 7:58 PMPhilip W
05/28/2024, 7:59 PMSean Chen
05/28/2024, 8:01 PMSean Chen
05/28/2024, 8:04 PMSean Chen
05/30/2024, 5:36 PM--scan
... it was super helpful and pointed at the specific plugin causing the issue.