You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/09/27 07:10:09 UTC

[GitHub] [calcite] vlsi edited a comment on pull request #2531: [CALCITE-4787] Replace ImmutableBeans with Immutables

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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org