This message was deleted.
# configuration-cache
s
This message was deleted.
t
I feel like I'm having a similar issue with builds succeeding on my macOS laptop, but failing on CI on CentOS I see errors with the message
Configuration cache state could not be cached
, even though the task is marked with
notCompatibleWithConfigurationCache()
and I'm using Gradle 7.5-rc-1 (7.4 has some issues)
c
Possibly different tasks running on CI than locally?
c
In CI I let build my whole project (hundreds til tausend tasks), in my local machine such task is not possible
for such issue is difficult to provide an example project in order to reproduce the issue