Gabriel Feo
08/14/2024, 8:51 PMclasspathStructure
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?Adam S
08/15/2024, 7:48 AMorg.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 infoGabriel Feo
08/19/2024, 6:37 PM