This message was deleted.
# configuration-cache
s
This message was deleted.
j
Actually I need
ResolvedComponentResult
because I want to look at the dependencies.
a
AFAIK this will be possible with 7.4: https://github.com/gradle/gradle/pull/19639 Also you might want to check this demo project how to use it in configuration cache compatible way: https://github.com/adammurdoch/dependency-graph-as-task-inputs
j
Ok thanks that’s great new. I only found the ‘revert’ and some comments that it is not yet ready. Guess I looked in the wrong places. I’ll try it out tomorrow and report.
Seems to work. 👍 We don’t have configuration cache enabled yet in that project, so I didn’t test it yet with config cache on.
🙌 1