You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53863] Remove Java 17 requirement from deploy.gradle
### What changes were proposed in this pull request?
This PR aims to remove `Java 17` requirement from `deploy.gradle`.
### Why are the changes needed?
After the following, Java 17 requirement is not required because our tool chain will use Java 25 always with `release: 17`.
- apache#336
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#381 from dongjoon-hyun/SPARK-53863.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments