This message was deleted.
# configuration-cache
s
This message was deleted.
1
t
a-ha. Running the build twice leads to a failure, because the property isn't initialized. That makes sense!
g
Why just not use
ConfigurableFileCollection#from(Configuration)
?
t
as I said, I specifically want the APIs available on
Configuration
for this use-case.
FileCollection
isn't sufficient.
g
Ah, missed the last bit. Thought about file collection + configuration name to get the same configuration back but it will still fail with cc(
t
I'm hoping I can find a better solution in the medium-term future. With Gradle 7.5, it seems like it might be possible for my plugin to actually be compliant. (I need the lazy graph analysis)