How to import a grails project with Ultimate? instructions dont seem to work.
已回答
I created a new grails 3.3.8 app using "grails create-app myapp"
I could run the app using "grails run-app".
However, I cant find any way to import it into intellij ultimate.
I tried the instructions here: https://www.jetbrains.com/help/idea/creating-grails-application-from-existing-code.html
It says I just need to import from existing sources.I did that. It does not recognise it as grails, nor does it recognise it has being gradle.
However, I click on new project, grails and gradle are both in the list, so intellij knows about them.
Any ideas?
请先登录再写评论。
Grails 3 apps are Gradle based, importing the build.gradle file should work just fine.