jdaugherty commented on code in PR #14953: URL: https://github.com/apache/grails-core/pull/14953#discussion_r2265298848
########## grails-micronaut/build.gradle: ########## @@ -0,0 +1,72 @@ +/* Review Comment: One of my concerns about this integration was there wasn't enough Micronaut related test coverage. (I agree) As @matrei pointed out, there are limited tests in the grails-test-examples - which are the previous functional tests. I'd rather us add functional tests in this case, since we're really just making this a convenience plugin to auto-add dependencies. Per both of your comments, I'm removing the testing libraries & micronaut specific processing since this plugin is just a dependency export really. -- 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]
