fix typo in comment about shipped Java version (#360)

This commit is contained in:
EoD 2025-06-03 14:26:32 +02:00 committed by GitHub
parent adc92fa4ca
commit b605499d52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ base {
archivesName = mod_id
}
// Mojang ships Java 21 to end users in 1.20.1, so mods should target Java 17.
// Mojang ships Java 17 to end users in 1.20.1, so mods should target Java 17.
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
legacyForge {