Remote cache miss for compileJava

Hi all,

I build my personal server for Gradle remote cache and try to enjoy the convenience of sharing intermediate build. However, I can get all the tasks but except for compileJava which is actually not a customized task.

I used -Dorg.gradle.caching.debug=true to debug the cache, it shows the only difference between the two platform’s build is that Appending inputFilePropertyHash for ‘source’ to build cache key. Do I need to make some configurations to bring my compileJava back?

Thanks.

It looks like the sources for the compileJava task are different. What are the differences between your personal server and your machine?