Gradle build failed: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
Atten007 opened this issue ยท 1 comments
Version Information
Minecraft version: 1.16.5
Forge version: 36.2.39
Other mods (if applicable): None
Steps to reproduce:
- Clone the MC_1.16 branch with "git clone -b MC_1.16"
- Then "cd CubicChunks"
- Now execute "./gradlew build"
- It'll fail with a Could not initialize class org.codehaus.groovy.reflection.ReflectionCache error.
Expected Behavior:
The build should be successful instead of failing.
Actual Behavior:
The build has failed.
Link to crash log (if applicable - use a site such as hastebin: None