Search before asking
Enhancement Request
Since we have solved all the code style issue, now the code style in master branch meet our rule.
And we already have check style task in our build task.
When we execute ./gradlew clean build, it will trigger check task automatically. So it's time to remove the extra check task in ci.
Describe the solution you'd like
Remove the check style task in ci.
Are you willing to submit PR?