IntelliJ 9 + Grails dependencies?
Hi, I have a question: I have my dependencies defined in my Grails BuildConfig.groovy, but how do I update my project with these dependencies? In STS this is quite easy, but in IntelliJ I cannot find the button to do so, nor does it happen automatically!
Any help greatly appreciated!
Erik
Please sign in to leave a comment.
In Project or Grails View, just right-click your Grails module and
choose 'Synchronize Grails dependencies'. A quickfix for that should
also appear in the BuildConfig.groovy itself. But this functionality is
only available in 9.0.2 EAPs
Hi Peter,
Thanks, I downloaded the EAP, and I'll check I can also reproduce the other issues.
Erik