We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9549ce commit e47246eCopy full SHA for e47246e
1 file changed
build.gradle
@@ -20,7 +20,7 @@ allprojects {
20
21
group 'cpw.mods'
22
java {
23
- toolchain.languageVersion = JavaLanguageVersion.of(16)
+ toolchain.languageVersion = JavaLanguageVersion.of(17)
24
modularity.inferModulePath.set(true)
25
}
26
version = gradleutils.version
0 commit comments