This is an automated email from the ASF dual-hosted git repository.
Amar3tto pushed a commit to branch jmsio-yaml
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/jmsio-yaml by this push:
new 0b605736f1a Fix depends
0b605736f1a is described below
commit 0b605736f1a0f199fed22db62cc9d51760e159fe
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Aug 19 17:26:58 2026 +0400
Fix depends
---
sdks/python/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle
index 8568a07b44c..9eeb3977a78 100644
--- a/sdks/python/build.gradle
+++ b/sdks/python/build.gradle
@@ -152,6 +152,7 @@ tasks.register("yamlIntegrationTests") {
dependsOn ":sdks:java:io:expansion-service:build"
dependsOn ":sdks:java:io:google-cloud-platform:expansion-service:build"
dependsOn ":sdks:java:io:debezium:expansion-service:shadowJar"
+ dependsOn ":sdks:java:io:messaging-expansion-service:shadowJar"
doLast {
exec {