lukecwik commented on a change in pull request #15411:
URL: https://github.com/apache/beam/pull/15411#discussion_r704641679



##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -530,23 +530,23 @@ class BeamModulePlugin implements Plugin<Project> {
         gax                                         : "com.google.api:gax", // 
google_cloud_platform_libraries_bom sets version
         gax_grpc                                    : 
"com.google.api:gax-grpc", // google_cloud_platform_libraries_bom sets version
         gax_httpjson                                : 
"com.google.api:gax-httpjson", // google_cloud_platform_libraries_bom sets 
version
-        google_api_client                           : 
"com.google.api-client:google-api-client:1.31.1", // 1.31.1 is required to run 
1.31.0 of google_clients_version below.
+        google_api_client                           : 
"com.google.api-client:google-api-client:$google_clients_version", // for the 
libraries using $google_clients_version below.

Review comment:
       Nice




-- 
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]


Reply via email to