Skip to content

Commit

Permalink
Fix version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 15, 2024
1 parent 1b2beae commit 710fff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import grails.plugins.*
class WebConsoleGrailsPlugin extends Plugin {

// the version or versions of Grails the plugin is designed for
def grailsVersion = "7.0.0 > *"
def grailsVersion = "7.0.0-SNAPSHOT > *"

// resources that are excluded from plugin packaging
def pluginExcludes = [
Expand Down

0 comments on commit 710fff4

Please sign in to comment.