how do you play around the classpath cache key of ...
# caching
g
how do you play around the classpath cache key of a task? I'm investigating performance issue and I'd like to know what makes it divergent between builds Is there a way to generate it manually?
v
If you use
-Dorg.gradle.caching.debug=true
you should get pretty detailed information what makes up a cache key
👍 1