matrei commented on code in PR #15069:
URL: https://github.com/apache/grails-core/pull/15069#discussion_r2350108487


##########
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsExtension.groovy:
##########
@@ -67,6 +67,12 @@ class GrailsExtension {
      */
     boolean springDependencyManagement = true
 
+    /**
+     * Whether the micronaut dependencies should be auto added to the project 
on detection of micronaut & the platform
+     * version enforced
+     */

Review Comment:
   ```suggestion
       /**
        * Whether the Micronaut `annotationProcessor` dependencies should be 
auto-added to the project
        * on detection of the `grails-micronaut` plugin, and the version 
defined by the `micronautPlatformVersion`
        * Gradle property is enforced.
        */
   ```



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