We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e593f4 commit 004e510Copy full SHA for 004e510
scripts/Bootstrap.groovy
@@ -28,6 +28,7 @@ task(loadApp:"Loads the Grails application object") {
28
grailsResourceHolder = resourceHolder
29
}
30
grailsApplication(org.codehaus.groovy.grails.commons.DefaultGrailsApplication.class, ref("grailsResourceLoader"))
31
+ pluginMetaManager(DefaultPluginMetaManager, "file:${basedir}/plugins/*/plugin.xml".toString())
32
33
34
appCtx = beans.createApplicationContext()
0 commit comments