vlsi edited a comment on pull request #2531:
URL: https://github.com/apache/calcite/pull/2531#issuecomment-927589394


   @jacques-n , please try the following in 
https://github.com/apache/calcite/blob/e533f4ba9566ecd5b989f255e03bdeea3e812204/build.gradle.kts#L302-L306
   
   ```diff
        plugins.withId("java-library") {
            dependencies {
   +            "annotationProcessor"(platform(project(":bom")))
                "implementation"(platform(project(":bom")))
            }
        }
   ```
   
   I am not sure if `testAnnotationProcessor` is needed there or not.


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