Problems with building my minecraft mod (Could not initialize class org.codehaus.groovy.reflection.ReflectionCache)

Viewed 31

After working on my mod I tryed to build it but an error occurred

Could not initialize class org.codehaus.groovy.reflection.ReflectionCache

Gradle 5.6.4;
JDK 8.0;
Minecraft 1.16.5; 
Forge 20210309-1.16.5; 
IDEA: Intellij
Addons: Citadel; JEI

I know the solution for this problem but with an higher version of Gradle another error occurred:

> Failed to apply plugin [id 'net.minecraftforge.gradle']
  > Found Gradle version Gradle 6.3. Versions Gradle 6.0.0 and newer are not supported in 
     FG3, FG4 however supports Versions 6.8.1 and newer. Consider upgrading.

I have tried some things but nothing worked

0 Answers
Related