Commit a909833
committed
[SPARK-51577] Make gradle build to automatically append SNAPSHOT suffix to version for non-release builds
What changes were proposed in this pull request?
This PR makes gradle build automatically append -SNAPSHOT suffix to version for non-release builds
Why are the changes needed?
This would help to reduce one duplicate hard-coded version in gradle scripts, as we already defined version in gradle properties
Does this PR introduce any user-facing change?
No
How was this patch tested?
pass the CIs
Was this patch authored or co-authored using generative AI tooling?
No1 parent 9cf0bac commit a909833
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments