Gradle
Answered
could not initialize class org.codehaus.groovy.classgen.verifier
I get this problem after install Ultimate version of Intellij and uninstall community version,and I don't know how can I fix it
Please sign in to leave a comment.
Please try to specify the Gradle location in
(Preferences | Build, Execution, Deployment | Build Tools | Gradle | Use Gradle from | Specified location)and reimport the project.Here is an example: https://prnt.sc/sb7wee
See the related discussions for more details:
https://stackoverflow.com/questions/61386847/could-not-initialize-class-org-codehaus-groovy-classgen-verifier
https://github.com/gradle/gradle/issues/10248#issuecomment-612223305
If the problem remains please attach a sample project and a compressed logs folder after restarting the IDE and reproducing the problem.
Also, try to build the project from the command line.