I hope you might can help me.
I recently upgraded our grails project from version 2.1 to 2.2.4 and now the autocompile/reload is broken => Everytime a make changes in Controller/Services/Taglibs I have to restart the app to see them.
Console attributes like in this thread Grails autocompile not in development environment don't work for me. I also did some research on google but I couldn't find anything which helped.
Thanks for your help!
Edit: Thanks for your help so far, I could solve the problem. I have updated the system class path to the path of the new grails version, now it works :-). It's somehow strange as the sdk was set correctly in Intellij Idea.