Skip to content

Commit 710fff4

Browse files
committed
Fix version warning
1 parent 1b2beae commit 710fff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/groovy/org/grails/plugins/console/WebConsoleGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import grails.plugins.*
55
class WebConsoleGrailsPlugin extends Plugin {
66

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

1010
// resources that are excluded from plugin packaging
1111
def pluginExcludes = [

0 commit comments

Comments
 (0)