Adding Gradle support to Grails module
We have an existing Grails module and want to add Gradle support to it. If I add a build.gradle file to it then attach it in the Gradle view it works but then I my Grails view goes away. It seems I can have either Grails view or Gradle view, but not both. Is it not possible to have a Grails project that has Gradle support? If it is how do I do it?
请先登录再写评论。
Anyone? Still trying to find an answer.
Please, check that do you have grails-core-*.jar in module dependencies. Grails view is shown if module dependencies contains grails-core-*.jar
So far no luck. I started with a simple Gradle project and added Grails to build.gradle. Below you can see I have the grails-core-2.3.5 in module dependencies but no Grails view in the project.