I have downloaded Cassandra 3.11.10, and to get it running I had to change my local java version to java 8. With 11, it doesn't work.
I also cloned Cassandra 3.11 branch from github, and when I try to build it with ant command, I get a java version related error for a java class:
class file has wrong version 55.0, should be 52.0
Message tells that class was compiled against Java 11.
How is it possible that while binary needs java 8, building from source errors out even though I have java version needed?
I am on windows 10.