Kenneth Lazos
Kenneth Lazos

Reputation: 77

How to install Grails Plugin in eclipse?

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

Answers (3)

padippist
padippist

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

OrlandoL
OrlandoL

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

Arjang
Arjang

Reputation: 729

Grails 3 is not supported in Eclipse. Use Intellij U edition. For grails 2 use GGTS.

Upvotes: 1

Related Questions