This message was deleted.
# configuration-cache
s
This message was deleted.
m
this is likely because some task is declared as
notCompatibleWithConfigurationCache
. Unfortunately, there's no easy way to figure out what task it is (yet, see https://github.com/gradle/gradle/issues/21290 for updates). The only option I know of is to use a debugger and set a breakpoint at
Task.notCompatibleWithConfigurationCache
.
👍 1