We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbca46 commit 30d8d3cCopy full SHA for 30d8d3c
build.gradle
@@ -55,8 +55,7 @@ base {
55
archivesName = mod_id + "-neoforge"
56
}
57
58
-// Mojang ships Java 21 to end users starting in 1.20.5, so mods should target Java 21.
59
-java.toolchain.languageVersion = JavaLanguageVersion.of(21)
+java.toolchain.languageVersion = JavaLanguageVersion.of(17)
60
61
runs {
62
configureEach {
0 commit comments