Skip to content

Commit

Permalink
Add pluginExcludes back to the Grails plugin descriptor (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 17, 2022
1 parent 696437a commit bec783a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/groovy/grails/plugin/cache/CacheGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ class CacheGrailsPlugin extends Plugin {
def authorEmail = '[email protected]'
def description = 'Grails Cache Plugin'

def pluginExcludes = [
'**/com/demo/**',
'grails-app/views/**',
'**/*.gsp'
]

private boolean isCachingEnabled() {
config.getProperty('grails.cache.enabled', Boolean, true)
}
Expand Down

0 comments on commit bec783a

Please sign in to comment.