Satyarth Sampath
09/25/2024, 3:31 AMVampire
09/25/2024, 6:49 AMJavaCompile
does. And then it depends on what that task declares at input, e.g. JavaCompile
only declares the major version as input iirc, no minor or vendor or name. Usually the result should be the same, and you then you can e.g. more often reuse remote build cache entries. If you need more details to make the task out-of-date or not taken from cache, add it as output to the tasks in question yourself.Satyarth Sampath
09/25/2024, 9:01 AM