Topic category: Help with Minecraft modding (Java Edition)
Hi, im taking an error on creating a fabric mod
Error:
Executing
Gradle task: tasks
Build
info: MCreator 2021.1.16710, fabric-1.16.5, 64-bit, 8043 MB, Windows 10,
JVM 1.8.0_275, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
>
Configure project :
Fabric
Loom: 0.6.58 Build(release #58)
Reading
C:\Users\HY\.mcreator\gradle\caches\fabric-loom\mappings\steps\inverted-intermediary.tiny
Reading
C:\Users\HY\.mcreator\gradle\caches\fabric-loom\mappings\steps\unmerged-yarn.tiny
Merging
C:\Users\HY\.mcreator\gradle\caches\fabric-loom\mappings\steps\inverted-intermediary.tiny
with
C:\Users\HY\.mcreator\gradle\caches\fabric-loom\mappings\steps\unmerged-yarn.tiny
Merged
mappings written to
C:\Users\HY\.mcreator\gradle\caches\fabric-loom\mappings\steps\unordered-merged.tiny
:remapping
minecraft (TinyRemapper, official -> named)
:remapping
minecraft (TinyRemapper, official -> intermediary)
:remapping
45 mods (TinyRemapper, intermediary -> named)
:remapping
sources
FAILURE:
Build failed with an exception.
*
What went wrong:
A
problem occurred configuring root project 'manhunta'.
>
Failed to notify project evaluation listener.
> org/eclipse/core/runtime/IAdaptable has been compiled by a more recent
version of the Java Runtime (class file version 55.0), this version of the
Java Runtime only recognizes class file versions up to 52.0
*
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 4m 2s
BUILD
FAILED
Task
completed in 4 minutes and 3 seconds
I am aware of this problem. Delete the gradlr folder (caches) and then reload the Gradle project (if MCreator doesn't do it itself). It is the only solution for the moment.
My Gradle doesn't work either even if I delete the Gradle even if I delete the mod entirely it still won't work.