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 18b5f0a commit 3f218c8Copy full SHA for 3f218c8
grails-plugin-gsp/src/main/groovy/org/grails/plugins/web/GroovyPagesGrailsPlugin.groovy
@@ -177,7 +177,7 @@ class GroovyPagesGrailsPlugin extends Plugin {
177
def defaultViews = getClass().classLoader.getResource('gsp/views.properties')
178
List<Resource> allViewsProperties = []
179
180
- for(plugin in pluginManager.allPlugins) {
+ for(plugin in pluginManager?.allPlugins) {
181
182
def pluginViews = IOUtils.findResourceRelativeToClass(plugin.getPluginClass(), '/gsp/views.properties')
183
if(pluginViews != null) {
0 commit comments