I'm seeing remote build cache misses due to `jdkHo...
# detekt
z
I'm seeing remote build cache misses due to
jdkHome
. Before I file a bug, I wanted to check if this is intended? I'm actually surprised the jdk path is an input and not just the JDK major version (which is what Gradle uses for JavaCompile)
g
Yeah that's odd as I recall we just have JDK major in the cli api (which the Gradle plugin uses). However recently we shipped changes to suppord Java toolchains so that might be the culprit. Please open an issue and we'll sort this out 👍
z
found the source
I think there probably just shouldn't be a convention?
g
Yup you're probably right. Still i don't recall for what we use it
z