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



##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1762,14 +1762,17 @@ class BeamModulePlugin implements Plugin<Project> {
         }
 
         if (runner?.equalsIgnoreCase('direct')) {
+          testRuntimeOnly it.project(path: ":runners:direct-java")

Review comment:
       ```suggestion
   ```
   
   This one shouldn't be needed since shadowTest should contain the main jar as 
well.




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