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

djwang pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git

commit 118f5889cff90d185a24caad2f6582dc9b105b0c
Author: Nikolay Antonov <[email protected]>
AuthorDate: Wed Mar 18 13:39:26 2026 +0500

    Fix Dependency submission workflow. (#83)
    
    Add download `gradle-wrapper.jar` step to the Dependency Submission 
workflow. This should fix the regression in workflow that was introduced 
recently.
---
 .github/workflows/dependency-submission.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/dependency-submission.yml 
b/.github/workflows/dependency-submission.yml
index 4d945bc2..6b963329 100644
--- a/.github/workflows/dependency-submission.yml
+++ b/.github/workflows/dependency-submission.yml
@@ -37,6 +37,9 @@ jobs:
         with:
           distribution: temurin
           java-version: 11
+      - name: Download Gradle Wrapper Jar
+        working-directory: ./server
+        run: make prepare-gradle-wrapper
       - name: Generate and submit dependency graph
         uses: gradle/actions/dependency-submission@v5
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to