Reputation: 77
Im using windows and eclipse Luna. I wanted to install plugins in my grails. I didnt see where is the grails command.
Upvotes: 0
Views: 943
Reputation: 1206
In Grails2, plugins are added in BuildConfig.groovy which resides in **grails-app\conf** .
In Grails3, plugins are added in build.gradle file.
Upvotes: 1
Reputation: 948
Right click on your project -> Grails Tools -> Grails Command Wizard / Open up Grails command prompt. Depends on what commands you want :P
Upvotes: 0
Reputation: 729
Grails 3 is not supported in Eclipse. Use Intellij U edition. For grails 2 use GGTS.
Upvotes: 1