Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 7, 2024

What changes were proposed in this pull request?

This PR aims to upgrade setup-java from v2 to v4 with cache feature for Gradle

Why are the changes needed?

So far, our CI has no dependency cache.

Does this PR introduce any user-facing change?

No, this is an infra PR.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

cache: 'gradle'
- name: Build with Gradle
run: |
set -o pipefail; ./gradlew build; set +o pipefail
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed pipefail here. If we need this, we should put it inside gradlew file.

@dongjoon-hyun
Copy link
Member Author

cc @viirya and @jiangzho

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya ! Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-49144 branch August 7, 2024 19:10
@dongjoon-hyun dongjoon-hyun mentioned this pull request Aug 8, 2024
jiangzho added a commit to jiangzho/spark-kubernetes-operator that referenced this pull request Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants