asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Skip Checkstyle for Local Staging #271

Closed jchrys closed 3 months ago

jchrys commented 3 months ago

Motivation: Local staging phase causes release action to fail due to Checkstyle errors.

Modifications: Checkstyle is now skipped.

Result: Local staging operates smoothly.