aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-02-05 12:02:04 +0100
committerLinnea Gräf <nea@nea.moe>2024-02-05 12:02:04 +0100
commit4511a09e261ae4c3216eff21f0e557f441c37453 (patch)
treeee2e8eec0758273a626e501f38af35242f292bb8
parentbecc801855c9d2ef30843b1f31c6f921bb6c2f07 (diff)
downloadmoddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.tar.gz
moddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.tar.bz2
moddevwiki-4511a09e261ae4c3216eff21f0e557f441c37453.zip
Add warning about too new java version
-rw-r--r--docs/ide-setup.md5
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.
+
+