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


##########
grails-test-examples/plugins/issue-11767/build.gradle:
##########
@@ -28,8 +28,12 @@ apply plugin: 'org.apache.grails.gradle.grails-plugin'
 
 dependencies {
     implementation platform(project(':grails-bom'))
-    implementation 'org.apache.grails:grails-micronaut'
     implementation 'org.apache.grails:grails-core'
+    implementation 'org.apache.grails:grails-micronaut'
+
+    annotationProcessor 
platform("io.micronaut.platform:micronaut-platform:$micronautPlatformVersion")
+    annotationProcessor 'io.micronaut:micronaut-inject-java'

Review Comment:
   Can we make one of these apps not have java?  So we can confirm that the 
groovy only includes suffices? 



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