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

ahmedabualsaud 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 1bbe07e1653 Fix Python postcommits  (#30333)
1bbe07e1653 is described below

commit 1bbe07e1653bc35366dea0c8ebe2399490d3ad50
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Thu Feb 15 20:31:04 2024 -0500

    Fix Python postcommits  (#30333)
---
 .github/trigger_files/beam_PostCommit_Python_Examples_Direct.json | 0
 sdks/java/extensions/python/build.gradle                          | 2 ++
 2 files changed, 2 insertions(+)

diff --git a/.github/trigger_files/beam_PostCommit_Python_Examples_Direct.json 
b/.github/trigger_files/beam_PostCommit_Python_Examples_Direct.json
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/sdks/java/extensions/python/build.gradle 
b/sdks/java/extensions/python/build.gradle
index 7c04259b05e..c27251fa445 100644
--- a/sdks/java/extensions/python/build.gradle
+++ b/sdks/java/extensions/python/build.gradle
@@ -21,6 +21,8 @@ applyJavaNature( automaticModuleName: 
'org.apache.beam.sdk.extensions.python')
 
 description = "Apache Beam :: SDKs :: Java :: Extensions :: Python"
 
+evaluationDependsOn(":sdks:java:core")
+
 dependencies {
     implementation library.java.vendored_guava_32_1_2_jre
     implementation library.java.vendored_grpc_1_60_1

Reply via email to