So i cant finish building my game. There are my logs:
Log.txt (132.2 KB)
hope someone will know how to help
Greetings @VoidDave
Welcome to the Unreal Engine Community! With the log error, have you tried changing the Gradle Version in the project? The error in your log I posted below is generally due to an incompatible JAVA JDK and Gradle version in the project. I would start there first. (Below is copy and pasted directly from your error log, including the link it provided)
Error: FAILURE: Build failed with an exception.
- What went wrong:
Could not initialize class org.codehaus.groovy.reflection.ReflectionCache
Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 [in thread “Daemon worker”]
-
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
do you have any idea how to change gradle version then ? I used one already included. and how to use those options ?
There should be a guide on the Gradle site listed in the error. I recall seeing it there, I believe.