<Grails run project> I have installed grails 4.1.1...
# questions
r
Grails run project I have installed grails 4.1.1 and run this command grails run-app giving me error like this: | Error Failed to compile GenerateAsyncController.groovy: org/codehaus/groovy/ast/NodeMetaDataHandler (Use --stacktrace to see the full trace) | Error Error occurred running Grails CLI: null (Use --stacktrace to see the full trace). My gradle version 6.0.1 and groovy version 2.5.14. My build.gradle file: buildscript { ext { // grailsVersion = project.grailsVersion // grailsVersion...