kennknowles commented on code in PR #17485:
URL: https://github.com/apache/beam/pull/17485#discussion_r862955765
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -1802,6 +1800,7 @@ class BeamModulePlugin implements Plugin<Project> {
"--region=${dataflowRegion}"
])
} else {
+
project.evaluationDependsOn(":runners:google-cloud-dataflow-java:worker:legacy-worker")
Review Comment:
Ah, nice.
##########
.github/workflows/java_tests.yml:
##########
@@ -74,7 +74,7 @@ jobs:
- name: Run :sdks:java:core:test
uses: ./.github/actions/gradle-command-action
with:
- arguments: :sdks:java:core:test
+ arguments: -p sdks/java/core/ test
Review Comment:
This is different? That makes me sad ;_;
--
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]