diff options
author | Linnea Gräf <nea@nea.moe> | 2024-02-05 12:02:04 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-02-05 12:02:04 +0100 |
commit | 4511a09e261ae4c3216eff21f0e557f441c37453 (patch) | |
tree | ee2e8eec0758273a626e501f38af35242f292bb8 /docs | |
parent | becc801855c9d2ef30843b1f31c6f921bb6c2f07 (diff) | |
download | moddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.tar.gz moddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.tar.bz2 moddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.zip |
Add warning about too new java version
Diffstat (limited to 'docs')
-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. + + |