Skip to content

Commit

Permalink
Required Grace version should be 2023.0.0 > *
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 6, 2024
1 parent 979c620 commit ecdd8a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.grails.web.servlet.view.GroovyPageViewResolver
class ScaffoldingGrailsPlugin extends Plugin {

// the version or versions of Grails the plugin is designed for
def grailsVersion = "2022.0.0 > *"
def grailsVersion = "2023.0.0 > *"
// resources that are excluded from plugin packaging
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down

0 comments on commit ecdd8a8

Please sign in to comment.