The error claims that the plugin requires that Gradle is run at least with Java 9, but you are running it with Java 8. Can't you run it with Java 9+, especially in a Java 17 project?
s
Su5eD
03/02/2022, 8:59 AM
Well I am running with J17 already, and the java toolchain is set to that version, too
v
Vampire
03/02/2022, 9:06 AM
Well, the error disagrees. 😄
Can you maybe knit an MCVE?
Or try running with
--version
to see what it says.
Toolchain version should be irrelevant here I think.