Skip to content

Commit e47246e

Browse files
authored
Use JDK 17 as the Gradle Toolchain (#59)
Use the same JDK version as in the other NeoForged projects, preventing Gradle from downloading yet another JDK 16 just for this project.
1 parent f9549ce commit e47246e

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
@@ -20,7 +20,7 @@ allprojects {
2020

2121
group 'cpw.mods'
2222
java {
23-
toolchain.languageVersion = JavaLanguageVersion.of(16)
23+
toolchain.languageVersion = JavaLanguageVersion.of(17)
2424
modularity.inferModulePath.set(true)
2525
}
2626
version = gradleutils.version

0 commit comments

Comments
 (0)