Skip to content

Commit 7dce58b

Browse files
authored
docs: add a link to class file version table (#2779)
1 parent 5b920cc commit 7dce58b

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "*.md"
1111
- "docs/**"
1212
- "examples/**"
13+
- "notes/**"
1314

1415
jobs:
1516
build:

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "*.md"
88
- "docs/**"
99
- "examples/**"
10+
- "notes/**"
1011
- "docker-compose*.yml"
1112
- "mkdocs.yml"
1213

docs/versions/java.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ where `<tag>` refers to the first column of this table:
4949

5050
The "latest" tag shifts to include not only the latest features and bug fixes, but also the latest Java version that Mojang requires for the latest Minecraft version.
5151

52+
!!! tip "Class File Version"
53+
54+
If the Minecraft startup is logging an error about a "class file version", then refer [to this table](https://javaalmanac.io/bytecode/versions/) to identify the JDK/Java version corresponding to each class file version.
55+
5256
### Release versions
5357

5458
Since the tags referenced above will shift as the newest image build brings in new features and bug fixes, released variants of those can also be used to pin a specific build of the image.
Loading

0 commit comments

Comments
 (0)