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 377e49f commit b2500c1Copy full SHA for b2500c1
1 file changed
fernflower.gradle
@@ -29,9 +29,9 @@ dependencies {
29
testImplementation 'net.minecraftforge:DiffPatch:2.0.5:all'
30
}
31
32
-// Default all standard Java compile tasks to Java 17
+// Default all standard Java compile tasks to Java 8
33
java.toolchain {
34
- languageVersion = JavaLanguageVersion.of(17)
+ languageVersion = JavaLanguageVersion.of(8)
35
36
37
tasks.withType(JavaCompile) {
0 commit comments