We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2beae commit 710fff4Copy full SHA for 710fff4
plugin/src/main/groovy/org/grails/plugins/console/WebConsoleGrailsPlugin.groovy
@@ -5,7 +5,7 @@ import grails.plugins.*
5
class WebConsoleGrailsPlugin extends Plugin {
6
7
// the version or versions of Grails the plugin is designed for
8
- def grailsVersion = "7.0.0 > *"
+ def grailsVersion = "7.0.0-SNAPSHOT > *"
9
10
// resources that are excluded from plugin packaging
11
def pluginExcludes = [
0 commit comments