1
Plugin [...] is aliased as [...] to the location [...] in grails-app/conf/BuildConfig.groovy.
You cannot upgrade a plugin that is configured via BuildConfig.groovy, remove the configuration to continue.

What are steps to fix grails application configuration?

EDIT:
The issue is opposite to this one. I face the issue using inline mode...

Community
  • 1
  • 1
Mike
  • 20,010
  • 25
  • 97
  • 140
  • 1
    Have you tried to remove the configuration from BuildConfig.groovy? – Igor Artamonov Oct 07 '13 at 13:36
  • do you understand what does this mean? – Mike Oct 07 '13 at 13:38
  • 1
    message? I guess it means 'remove in-line plugin', a plugin added with `grails.plugin.location.` – Igor Artamonov Oct 07 '13 at 14:09
  • This is what I'm trying to achieve actually... not to waste time build and install each plugin in huge application. – Mike Oct 07 '13 at 14:25
  • Well actually you are looking to upgrade the plugin which has been referred from the location directly. I suppose you did a pull for the latest version of the plugin and try to use it. Remove the plugin artifact declaration from the `plugins` section in `BuildConfig` if you already are using its location. – dmahapatro Oct 07 '13 at 14:31
  • We use system property switch. When "inline" is defined then grails.plugin.location is used and dependencies are excluded from "plugins" section. – Mike Oct 08 '13 at 07:23
  • I'm not trying to upgrade anything. I'm trying to start application in 'inline' mode. – Mike Oct 08 '13 at 07:34

0 Answers0