jdaugherty commented on code in PR #15576:
URL: https://github.com/apache/grails-core/pull/15576#discussion_r3089730506
##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/view/GrailsGsp.java:
##########
@@ -51,12 +52,21 @@ public boolean shouldApply(ApplicationType applicationType,
Options options, Set
@Override
public String getTitle() {
- return "Grails GSP";
+ return "GSP";
}
+ @NonNull
@Override
public String getName() {
- return "grails-gsp";
+ return "gsp";
Review Comment:
This will technically mismatch but it doesn't appear to break forge, so I'm
ok with this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]