Skip to content

Commit b605499

Browse files
authored
fix typo in comment about shipped Java version (#360)
1 parent adc92fa commit b605499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ base {
2525
archivesName = mod_id
2626
}
2727

28-
// Mojang ships Java 21 to end users in 1.20.1, so mods should target Java 17.
28+
// Mojang ships Java 17 to end users in 1.20.1, so mods should target Java 17.
2929
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
3030

3131
legacyForge {

0 commit comments

Comments
 (0)