Skip to content

Commit 30d8d3c

Browse files
authored
Update build.gradle
1 parent 2fbca46 commit 30d8d3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ base {
5555
archivesName = mod_id + "-neoforge"
5656
}
5757

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)
58+
java.toolchain.languageVersion = JavaLanguageVersion.of(17)
6059

6160
runs {
6261
configureEach {

0 commit comments

Comments
 (0)