Topic category: Help with MCreator software
I got this error message by trying to run gradle:
//////////////////////////////////////////////
Executing Gradle task: build
Build info: MCreator 2021.2.36710, forge-1.16.5, 64-bit, 8060 MB, Windows 10, JVM 11.0.11, JAVA_HOME: D:\MCreator\jdk
> Task :compileJava
D:\Mods\DimensionalMiners\src\main\java\net\mcreator\dimensionalminers\procedures\DimensionalMinerTier1UpdateTickProcedure.java:27: error: code too large public static void executeProcedure(Map<String, Object> dependencies) {
^
1 error
> Task :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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.1.1/userguide/command_line_interface.html#sec…
BUILD FAILED in 26s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 32 seconds
///////////////////////////////////////////////
Is there a size limit for codes?
Yes