| commit | 53ec08228a14130909d4dd6fc2c98f47a09d76b0 | [log] [tgz] |
|---|---|---|
| author | Jiayu Liu <Jimexist@users.noreply.github.com> | Fri May 06 12:56:42 2022 +0800 |
| committer | GitHub <noreply@github.com> | Fri May 06 00:56:42 2022 -0400 |
| tree | 19fd3589502b5471be23efe4d1190ad26fcbc91e | |
| parent | 23b86364ef3dbccc19f5f3828e6d115f7b015651 [diff] |
THRIFT-5568: enforce consistent Java formatting (#2581) * use spotless plugin and google-java-format to enforce a consistent code format * add a step of spotless check before building * only run spotless on the src/ directory Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>