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 9f94d31 commit 6aa0692Copy full SHA for 6aa0692
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/grailsWrapper/GrailsWrapper.java
@@ -50,7 +50,7 @@ public String getTitle() {
50
51
@Override
52
public String getDescription() {
53
- return "Enables running the Grails CLI directly without requiring a local Grails distribution installed.";
+ return "A tiny wrapper script that enables running the Grails CLI directly by auto-downloading and transparently delegating commands.";
54
}
55
56
0 commit comments