This message was deleted.
# community-support
s
This message was deleted.
t
So I got it working (downloading correct jdk release) but then it failed on
languagePredicate()
within
JavaToolchainMatcher
. The reason is that the implementation calls
equals()
on
JavaLanguageVersion
which returns false because I am using my own implementation of that interface. There is nothing I can do about it. Shame.
Just FYI, I managed to get it working with the help of project properties and reading them within the custom resolver (a resolver can not have any parameters). It's not ideal, it's not perfect, but until it is supported by Gradle itself, it is sufficient for our needs.