jdaugherty commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3196289279


##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy:
##########
@@ -482,10 +488,12 @@ ${importStatements}
         }
 
         throw new GradleException(
-                "Project '${project.name}' uses Micronaut but does not apply 
grails-micronaut-bom as an enforcedPlatform. " +
+                "Project '${project.name}' uses Micronaut but does not apply a 
Micronaut BOM as an enforcedPlatform. " +

Review Comment:
   The error message uses single-quoted strings, so `$grailsVersion` is printed 
literally. That's intentional as example code, but it may confuse users who try 
to copy-paste it. Consider using `<grailsVersion>` as the placeholder instead, 
which is unambiguous as a fill-in token.



-- 
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]

Reply via email to