This message was deleted.
# configuration-cache
s
This message was deleted.
v
Just guessing, did you try with 8.0-rc-4? Maybe there was something fixed in Gradle?
If it still happens there, you should definitely open a bug report if there is none yet. If it can store the CC entry successfully but then fails on restoring it, that's not good and there should probably be some validation that catches it on first run already.
s
Didn't expected that 8.0-rc-4 works in our Android project, but it did. 😄 Anyways. Still the same issue with CC. I will probably create an issue with that. Hope I can also create a reproduce product on it...
v
That would probably be very helpful, yes 🙂
n
This looks very similar to this issue which I'm trying to raise internally: https://github.com/gradle/gradle/issues/19793
It's due to applying the kapt plugin in your included build.
s
Thanks @no! Do you already know if this an issue in the kapt plugin or can/should/has this to be fixed by Gradle?
n
I believe it's an issue in Gradle itself
v
At least that it is not detected on save but a problem on restore I'd say, or that additionally. 🙂
s
Added a comment to the issue 👍 With a reproducer as well as a scan. not sure if helpful but at least I raised the awareness that projects can't use configuration cache as long as this is not fixed 😭
❤️ 3