You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/30 18:31:08 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #16398: Fix class not found in perf integration tests.

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



##########
File path: buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1744,6 +1744,7 @@ class BeamModulePlugin implements Plugin<Project> {
         /* include dependencies required by runners */
         //if (runner?.contains('dataflow')) {
         if (runner?.equalsIgnoreCase('dataflow')) {
+          testRuntimeOnly it.project(":runners:google-cloud-dataflow-java")

Review comment:
       ```suggestion
             testRuntimeOnly it.project(path: ":runners:google-cloud-dataflow-java")
   ```




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