This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch apache-coordinates in repository https://gitbox.apache.org/repos/asf/grails-wrapper.git
commit 3542c7321dde1b54d6ed4c7c124d2497f001824a Author: James Fredley <[email protected]> AuthorDate: Fri Apr 18 17:57:25 2025 -0400 Default Grails Shell to 7.0.x --- wrapper/src/main/groovy/grails/init/RunCommand.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/src/main/groovy/grails/init/RunCommand.groovy b/wrapper/src/main/groovy/grails/init/RunCommand.groovy index 1b6bc6c..2f2bcb8 100644 --- a/wrapper/src/main/groovy/grails/init/RunCommand.groovy +++ b/wrapper/src/main/groovy/grails/init/RunCommand.groovy @@ -11,7 +11,7 @@ import org.grails.cli.compiler.grape.RepositoryConfiguration */ class RunCommand { - static final String DEFAULT_GRAILS_SHELL_VERSION = '6.1.2' + static final String DEFAULT_GRAILS_SHELL_VERSION = '7.0.0-SNAPSHOT' static void main(String[] args) {
