IDEA 11.1.2
I have a Grails application that needs to be updated. The application consists of several modules. One of them is an application, and some others are plugins. I immediately clicked on the application and went to Grails -> Change SDK version. I selected the version I wanted, and then IDEA asked me if I want to update the application. Click Yes and everything was fine.
I am trying to do the same in plugin modules. IDEA never asks if I want to upgrade, and it will not change the SDK. If I update the modules from the command line when I return to IDEA, he will think that there is a version mismatch and automatically lowers me without even asking.
Is there a workaround for this?
source
share