Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What changes were proposed in this pull request? This PR aims to enable the `importOrder` function in `spotless-maven-plugin`. ```bash mvn spotless:apply -Panalyze ``` ### Why are the changes needed? Although there is now checkstyle to limit the order of imports, it cannot be automatically adjusted. `spotless-maven-plugin` can check and automatically adjust. #1859 (review) ### How was this patch tested? local test ### Was this patch authored or co-authored using generative AI tooling? No Closes #1860 from cxzl25/ORC-1665. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information