Slackbot
12/14/2022, 11:26 AMtomas-mrkvicka
12/15/2022, 12:42 PMlanguagePredicate()
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.tomas-mrkvicka
12/16/2022, 2:02 PM