We have some file-based task inputs that are being compared absolutely. This breaks caching when the build is running in a different directory to the one that populated the cache. They should be tuned by using @PathSensitive(PathSensitivity.RELATIVE)
.