Not sure I have the latest Grails (IntelliJ IDEA) Plugin

Answered

We're converting a Grails 2.5.4 application to Grails 3.2.8

Using IntelliJ IDEA Ultimate 2017.1, which obviously supports Grails 3

But when I go to Settings... > Plugins and select Grails, I see Version 9.0, which twice mentions support for Grails version 2.0.0

I tried disabling it, restarting IntelliJ, and re-enabling it and see the same version.  For all I know it is the latest.

How would I know I have the latest plugin?

 

 

0
2 comments

It's the latest Grails plug-in version and it's bundled. Grails 3.x is supported.

0
Avatar
Permanently deleted user

We stumbled over this message "... The Grails version 2.0.0 is supported. ..." as well. Still, the current version (2018.3.4) shows it. On top of that, one of our projects seemed to be not importable since having been switched from Grails 2 to Grails 3. So we have been mislead by the cited message, believing we were still provided with a legacy plugin version. But we were not.

The solution was,

  • not to import the repository directory (which was fine as long as our project had been built on Grails 2),
  • but to import the specific build.gradle of the Grails 3 project (placed in a sub directory, in this case).

Hope this might save time for somebody.

0

Please sign in to leave a comment.