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-profiles.git
commit 962613a312fe01544af89c3cea3b348c2b2bbbc9 Author: James Fredley <[email protected]> AuthorDate: Fri Apr 18 17:10:05 2025 -0400 grails-shell-cli needs to be on classpath --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 37c256e..d48961b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,7 @@ buildscript { classpath platform("org.grails:grails-bom:$grailsVersion") classpath "org.grails:grails-gradle-plugin" classpath "org.apache.groovy:groovy-jmx" + classpath "org.apache.grails:grails-shell-cli" } }
