We started migrating our Grails application in Graad by using grails-gradle-plugin (2.1.0) . As the documentation states, BuildConfig. Groovy is ignored.
How do we specify the grille configuration option? Like
- Grails 2.3.11
/ li>
- Grade: 1.9
- Grails-Gradle-Plugin: 2.1.0
Thanks in advance
Edward.
Documentation does not suggest that BuildConfig.groovy
is completely ignored But this indicates that it will no longer be used to resolve dependencies (and grails plugins which are also a form of dependency).
The result is that BuildConfig.groovy should now be configured with all the repositories and dependencies via Grad / Strength or Dependency Information .
You can still use BuildConfig.groovy
for other purposes ( grails .servlet.version
etc.)
Comments
Post a Comment