How can I remove the Grails module not specified error in the Run Configuration
When I try to run my grails tests, or web app from the Run/Debug Configurations, it always says:
Run Configuration Error: Grails module not specified. Can anyone help me with that?
It also seems to make it impossible to run other Grails targets because of this. the strange part about this though is that the grails module is specified for this module.
See screen shots...
Attachment(s):
module-settings.PNG
intellij-grails-module-notspecified.PNG
Please sign in to leave a comment.
Please try removing Groovy and Grails facets, hit Apply, and add Grails
facet back (Grails SDK setting should be restored automatically). After
that your module type will be changed to Grails and the run
configuration should work again.
That worked perfectly, thanks!