aromanenko-dev commented on code in PR #26320:
URL: https://github.com/apache/beam/pull/26320#discussion_r1214339336
##########
sdks/java/extensions/avro/build.gradle:
##########
@@ -35,7 +41,12 @@ def avroVersions = [
'1111': "1.11.1",
]
-avroVersions.each { k, v -> configurations.create("avroVersion$k") }
+avroVersions.each { k, v ->
Review Comment:
Could you elaborate the changes for Avro multiversion gradle
configurations/tasks here? Why they are needed?
--
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]