This message was deleted.
# configuration-cache
s
This message was deleted.
r
Hi Marek, there are no plans to make the
cpp-library
and
cpp-application
plugins compatible with the configuration cache soon. We do want to make them gracefully disable the configuration cache when incompatible tasks are used so users don’t have to.
m
But would it disable configuration cache for that task only or will it break configuration cache completely. In my case running
assembleDebug
needs to run some cpp tasks as well. Does it mean I shouldn’t even bother trying to enable configuration cache in my project?
@Rodrigo Oliveira ^ could you please shed a bit of light on my following question? I wonder if it make any sense to put more effort to make our build to be cache-configuration ready.
r
would it disable configuration cache for that task only or will it break configuration cache completely.
It would disable configuration caching whenever an incompatible task is found in the execution graph.
m
That's a pity, as it will be there for all the tasks we are running frequently :(