anguillanneuf commented on a change in pull request #15076:
URL: https://github.com/apache/beam/pull/15076#discussion_r662666720
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -621,6 +621,7 @@ class BeamModulePlugin implements Plugin<Project> {
proto_google_cloud_spanner_v1:
"com.google.api.grpc:proto-google-cloud-spanner-v1", //
google_cloud_platform_libraries_bom sets version
proto_google_cloud_spanner_admin_database_v1:
"com.google.api.grpc:proto-google-cloud-spanner-admin-database-v1", //
google_cloud_platform_libraries_bom sets version
proto_google_common_protos :
"com.google.api.grpc:proto-google-common-protos", //
google_cloud_platform_libraries_bom sets version
+ pubsublite_beam_io :
"com.google.cloud:pubsublite-beam-io:$google_cloud_pubsublite_version",
Review comment:
It'd be better to put it next to all the other google-cloud clients:
https://github.com/apache/beam/blob/e1c1b8bde9c582cf7432e6475ad33a3a740ad8e9/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L535
--
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]