In this post, it's described how to enable the BootStrap of a grails plugin: Is there an equivalent to the Bootstrap class in a Plugin.
If a 3rd party plugin has a BootStrap included in this way, is it possible to forcibly exclude MyPluginBootStrap
, or at least prevent its execution?