diff options
-rw-r--r-- | docs/ide-setup.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ide-setup.md b/docs/ide-setup.md index 3a03277..3be1f1d 100644 --- a/docs/ide-setup.md +++ b/docs/ide-setup.md @@ -58,6 +58,11 @@ Always use these run configs instead the `runClient` task in the gradle tab. The This error indicates that your Java Version does not support architectury. Fix this by setting your gradle JDK to 17 +### Unsupported class file major version 65 + +This error indicates that your Java version is too new. Fix this by setting your gradle JDK to use exactly java version 17, not something newer like Java 21. + + |