Can someone explain what exactly are the compatibility rules (in terms of Grails versions) for using Grails plugins in Grails applications.
My guess is that a plugin developed using Grails 2.X cannot be used in a Grails 1.X application even if the plugin doesn't use any features that are not available in the Grails 1.X application, is that correct?
Am I right in assuming that in this case, it should be possible to copy the source of the Grails 2.X plugin into an empty Grails 1.X plugin project, package it, and then use it in the Grails 1.X app?