[FLINK-38838] Update spotless style version to AOSP 1.24.0 & reorganize CI modules#4211
Conversation
bb23de8 to
64581ba
Compare
|
Hi @lvyanquan, please take a look when you have time. |
64581ba to
bda36cc
Compare
...as we may need more Flink versions to test against later.
bda36cc to
cfa6fe8
Compare
|
I also occurred this Build error with jdk17
|
Maybe it's not necessary upgrade to 1.24.0, bump to 1.13.0(I tested,It's the highest version) won't change style. |
Thank you for investigating this! I picked AOSP 1.24.0 as it's the code style that Flink main project uses. |
This PR combine some small modules together to reduce matrix size, as we may need to run tests against multiple Flink versions.
Modules are arbitrarily chosen to let each stage to finish in ~60 minutes.
Also closes FLINK-38838 by upgrading spotless plugin style version, since Java 17 tests are blocked by this.