Add Groovy to IntelliJ

Viewed 36

I am working on a project where unit tests are written in Groovy, when I am trying to launch the tests I am getting "Groovyc: parsing failed" error. I tried to do some few changes randomly, when I added groovy jar file in global libraries, the error disappeared but then I got another error. It seems I should implement groovy into intellij but I'm not a groovy expert, any idea what is causing these groovy errors and how to fix them?

0 Answers
Related