This message was deleted.
# configuration-cache
s
This message was deleted.
v
Only by not executing that task
a
Why is my task breaking it though? We have other tasks in our project that come from 3rd-party plugins and setting these as
notCompatibleWithConfigurationCache
doesn’t seem to break CC
j
AFAIK if one task is going to be executed the cache is discarded even if you don't call for it directly. There is a conversation about this in the Spotless repository
v
As I said, if those tasks are not going to be executed, there is no problem. But if one of the tasks that is going to be executed is not compatible with CC, CC cannot be used at all.
🙏 1