A difference in KSP task `classpathStructure` inpu...
# gradle
g
A difference in KSP task
classpathStructure
input was found to be the main local-local cache miss in a project. Has anyone encountered this? Any ideas on how to find what the actual difference is between builds?
a
you can log more details about the build cache by adding
org.gradle.caching.debug=true
(e.g.
./gradlew build -Dorg.gradle.caching.debug=true
) https://docs.gradle.org/current/userguide/build_cache_debugging.html It's not fun or easy to read, but should give you the necessary info
g
Thanks. Those logs helped. The logs for that particular input were similar to Develocity, but the logging of other inputs helped pinpoint the underlying issue. Details here