IntelliJ 12 - Grails Distribution in specified path is broken

Posted by Prayag Upd on Stack Overflow See other posts from Stack Overflow or by Prayag Upd
Published on 2013-11-10T16:18:51Z Indexed on 2013/11/11 3:54 UTC
Read the original article Hit count: 1230

Filed under:
|

I am struggling to configure grails 2.3.X in IntelliJ idea 12. Grails 2.2.X is configured successfully.

Grails 2.3.2 is working properly from terminal. I can compile, test, run my application. But while trying to configure it in IntelliJ so that dependencies get resolved, I get the IntelliJ shouting straight to me(as pictured below).

Looks like Grails Distribution in specified path is broken. Cannot determinate version.

Grails dist

What I see is changes in grails-2.3.x/dist/ to earlier version's grails-2.2.x/dist/.

Is this because there's no support for newer version(2.3.x) of grails in IntelliJ 12 or what ?

I want nothing else but my application (jar) dependencies to be resolved in the IDE. enter image description here

© Stack Overflow or respective owner

Related posts about grails

Related posts about intellij-idea