This message was deleted.
# community-support
s
This message was deleted.
v
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
Well I am running with J17 already, and the java toolchain is set to that version, too
v
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.