This message was deleted.
# develocity
s
This message was deleted.
w
In Gradle Enterprise 2022.3 with Gradle 7.6 you are be able to look at the toolchains used by the tasks in the different builds. I expect that in your case the use Java version might be different. For the Java toolchain feature in Gradle Enterprise see https://gradle.com/enterprise/releases/2022.3/#view-selected-java-toolchains-of-gradle-tasks
n
Thanks. I guess I have to wait for Gradle 7.6 as it appears to not be out yet.
f
To give a more general answer, we don’t capture the values of task input values / task input files. Just their hashes, in order to compare them. Capturing the values would be problematic mainly for security reasons