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
Javi
12/07/2023, 11:04 AM
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
Vampire
12/07/2023, 11:06 AM
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.