Skip to content

Commit

Permalink
Plugin gsp dependency on plugin i18n should be optional
Browse files Browse the repository at this point in the history
Closes gh-737
  • Loading branch information
rainboyan committed Nov 19, 2024
1 parent cca3b38 commit d5ee534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class GroovyPagesGrailsPlugin extends Plugin implements Ordered {

def grailsVersion = "2022.0.0 > *"
def version = GrailsUtil.getGrailsVersion()
def dependsOn = [core: GrailsUtil.getGrailsVersion(), i18n: GrailsUtil.getGrailsVersion()]
def dependsOn = [core: GrailsUtil.getGrailsVersion()]

def watchedResources = ["file:./plugins/*/grails-app/taglib/**/*TagLib.groovy",
"file:./grails-app/taglib/**/*TagLib.groovy",
Expand Down

0 comments on commit d5ee534

Please sign in to comment.