jdaugherty commented on code in PR #15566:
URL: https://github.com/apache/grails-core/pull/15566#discussion_r3060242430
##########
grails-cache/build.gradle:
##########
@@ -37,6 +37,8 @@ ext {
dependencies {
implementation platform(project(':grails-bom'))
+ annotationProcessor platform(project(':grails-bom'))
Review Comment:
Annotation processors are incompatible with incremental groovy compilation
and can break the groovy compiler when used.
--
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]