Cannot find Groovy home for module 'src'
I have no Groovy facets in my project but yet it keeps giving me this popup dialog when I try to run a main application.
Cannot find Groovy home for module 'src'.
You should either:
- invoke Add Framework support action for this module,
or:
- add Groovy jars to module classpath manually.
Build 92.24
Please sign in to leave a comment.
Do you have any .groovy files in your module? If you don't want them to
compile, you could mark them as resources in Settings|Compiler|Resource
patterns
Ah ok, there are groovy files that are part of the module added by someone else. I'll give that a try.
Thanks