Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6808] [BUILD]Replace systemProperties with systemPropertyVar…
…iables in maven-surefire-plugin # 🔍 Description ## Issue References 🔗 ## Describe Your Solution 🔧 Fix the warning of `maven-surefire-plugin` that show `Parameter 'systemProperties' is deprecated. Use systemPropertyVariables instead.` in the build. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6808 from pionCham/use-systemPropertyVariables. Closes #6808 668bfe2 [chengpeiming] Replace systemProperties with systemPropertyVariables in maven-surefire-plugin 0e74b47 [chengpeiming] Revert "Replace systemProperties with systemPropertyVariables" 797384a [chengpeiming] Replace systemProperties with systemPropertyVariables Authored-by: chengpeiming <chengpeiming@gf.com.cn> Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
- Loading branch information