jdaugherty commented on code in PR #15710:
URL: https://github.com/apache/grails-core/pull/15710#discussion_r3342582374
##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/view/GrailsGsp.java:
##########
@@ -113,7 +113,7 @@ public void apply(GeneratorContext generatorContext) {
if (!generatorContext.isFeaturePresent(Sitemesh3.class)) {
generatorContext.addDependency(Dependency.builder()
.groupId("org.apache.grails")
- .artifactId("grails-layout")
+ .artifactId("grails-sitemesh3")
Review Comment:
This would make sitemesh3 still a default, yes? Wouldn't this need to
remain layout?
--
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]