Skip to content

Commit

Permalink
Grails Plugin GSP: Adding version property to groovyPages plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 11, 2023
1 parent 9f777a1 commit 8859660
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class GroovyPagesGrailsPlugin extends Plugin implements Ordered {
static final String GSP_RELOAD_INTERVAL = "grails.gsp.reload.interval"
static final String GSP_VIEW_LAYOUT_RESOLVER_ENABLED = 'grails.gsp.view.layoutViewResolver'

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

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

0 comments on commit 8859660

Please sign in to comment.