Hello,
I'e got an existing gradle/grails project that builds and runs fine under IntelliJ 13. However, after upgrading to InteliiJ14 the build/run doesn't work... in my run config, I've specified a grails config with the command of run-app; however the console shows the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Task 'grails-run-app' not found in project ':projects:MyProject'.
If I remember correctly, IntelliJ 13 just did the run-app task, not a grails-run-app task. is this a new feature for IntelliJ 14? If so, what changes need to be made to get the project to build again?
Since I'm pretty new to both Gradle and Grails any help would be appreciated!
Steve