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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]