This message was deleted.
# caching
s
This message was deleted.
n
This could be anything that would affect the buildscript classpath.
g
Hmm, I was assuming that "Task implementation" means the code of the
KspTaskJvm
class, which is the same as long as the KSP version is the same. Does it change with the buildscript classpath due to how Tasks are subclassed by Gradle?
n
It would be anything on the buildscript classpath. For example you could add a maven dependency to the buildscript that would replace classes in the plugin. Or buildSrc classes
g
I see. Buildscript classpath differences would show up in the "Build dependencies" of a Gradle Enterprise comparison, right?
n
they may or may not appear there
👍🏻 1
a
If on Gradle 8, maybe that is similar as https://github.com/gradle/gradle/issues/24024 which is probably result of https://github.com/gradle/gradle/issues/24031.
thank you 1
a
This is brutal. This bug singlehandedly disables the remote cache for all our devs... I hope the bug fix release comes very soon 🙏 Is there any way to get snapshot build of gradle 8.0.2?
v
a
You can now use 8.0.2, should be available
🎉 1
party gradlephant 1