You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2021/12/29 21:09:03 UTC

[beam] branch master updated: [BEAM-13430] Fix broken ULR validates runner tests

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 114ba24  [BEAM-13430] Fix broken ULR validates runner tests
     new 7c3fd2a  Merge pull request #16391 from y1chi/BEAM-13430-ulr
114ba24 is described below

commit 114ba247c20af39fdb8bdaa51391dfad3dee6ded
Author: Yichi Zhang <zy...@google.com>
AuthorDate: Wed Dec 29 11:36:58 2021 -0800

    [BEAM-13430] Fix broken ULR validates runner tests
---
 runners/portability/java/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runners/portability/java/build.gradle b/runners/portability/java/build.gradle
index c040e28..9fbb2bb 100644
--- a/runners/portability/java/build.gradle
+++ b/runners/portability/java/build.gradle
@@ -53,6 +53,7 @@ dependencies {
 
   validatesRunner project(path: ":sdks:java:core", configuration: "shadowTest")
   validatesRunner project(path: ":runners:core-java", configuration: "testRuntimeMigration")
+  validatesRunner project(project.path)
   validatesRunner project(path: project.path, configuration: "testRuntimeMigration")
 }