Compilation of java actions failed

0
When I did a run rocally, an error suddenly appeared. Please tell me what to do.   <error message> FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details. * Try:> Run with --stacktrace option to get the stack trace.> Run with --debug option to get more log output.> Run with --scan to get full insights. * Get more help at https://help.gradle.org
asked
1 answers
1

Check if it is projectcode-related: Create a branch from the previous commit and see if the is still starting up ok.

answered