Commit cde51b1
committed
[SPARK-53670] Use
### What changes were proposed in this pull request?
This PR aims to use `Gradle Java Toolchain` to ensure to use JDK 17 API Compatibility.
### Why are the changes needed?
In addition to `sourceCompatibility` and `targetCompatibility`, `Toolchain` will ensure `--release` too.
### 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.
Closes #333 from dongjoon-hyun/SPARK-53670.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Gradle Java Toolchain
1 parent ad3d2dc commit cde51b1
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments