There is no present non-compiling aspect, but it wont compile

Status
Resolved
Issue description

ecuting gradle task: runClient
Build info: MCreator 2020.1.05419, 1.12.2, 64-bit, 16319 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
:deobfCompileDummyTask
:deobfProvidedDummyTask
:getVersionJson
:extractUserdev UP-TO-DATE
:downloadClient SKIPPED
:downloadServer SKIPPED
:splitServerJar SKIPPED
:mergeJars SKIPPED
:applyBinaryPatches SKIPPED
:extractDependencyATs SKIPPED
:extractMcpData SKIPPED
:extractMcpMappings SKIPPED
:genSrgs SKIPPED
:deobfMcMCP SKIPPED
:sourceApiJava UP-TO-DATE
:compileApiJava NO-SOURCE
:processApiResources NO-SOURCE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
C:\Users\jrd09\Desktop\goats_and_chickens\build\sources\main\java\net\mcreator\goats_and_chickens\MCreatorDimentionBiomeAstroids.java:351: error: illegal start of type
}
^
C:\Users\jrd09\Desktop\goats_and_chickens\build\sources\main\java\net\mcreator\goats_and_chickens\MCreatorDimentionBiomeAstroids.java:351: error: ';' expected
}
 ^
C:\Users\jrd09\Desktop\goats_and_chickens\build\sources\main\java\net\mcreator\goats_and_chickens\MCreatorDimentionBiomeAstroids.java:352: error: reached end of file while parsing
}
 ^
C:\Users\jrd09\Desktop\goats_and_chickens\build\sources\main\java\net\mcreator\goats_and_chickens\MCreatorDimentionBiomeAstroids.java:354: error: reached end of file while parsing
4 errors
:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 8s
7 actionable tasks: 4 executed, 3 up-to-date
BUILD FAILED
Task completed in 42391 milliseconds
Please Help! I couldn't find anything talking about this

Thank You, sorry for the inconvence!

Issue comments

You did this?

Go to the Build & run menu and click the following two options in the given order

  1. Reload Gradle project
  2. Regenerate code and build

Another thing to try. First, create a new blank workspace with the same MC version as your current one. Then do this:

Go to the Build & run menu and click the following two options in the given order

  1. Reload Gradle project
  2. Regenerate code and build