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.