You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "mosche (via GitHub)" <gi...@apache.org> on 2023/01/25 09:06:30 UTC

[GitHub] [beam] mosche commented on pull request #24992: [Avro] Use "extensions/avro" instead of avro from"core" in Java SDK modules

mosche commented on PR #24992:
URL: https://github.com/apache/beam/pull/24992#issuecomment-1403291892

   @aromanenko-dev Don't forget to enable publishing of the extension
   ```
   applyJavaNature(
       automaticModuleName: 'org.apache.beam.sdk.extensions.avro',
       disableLintWarnings: ['rawtypes'], // Avro-generated test code has raw-type errors
       publish: false, 
       exportJavadoc: false,
   )
   ```


-- 
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: github-unsubscribe@beam.apache.org

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