Hi, I intend to replace Spotless with Autostyle ( https://github.com/autostyle/autostyle) in our build. The net result will be the license headers will be more consistent, and the style violation messages will be easier to understand.
For instance, Autostyle is capable of automatic license formatting for XML and Shell files. PR: https://github.com/apache/jmeter/pull/549 Unfortunately, the PR touches a lot of files, however, it should not hurt much. spotlessCheck task will be replaced with autostyleCheck spotlessApply -> autostyleApply style task will still work (it applies the changes and verifies the rest) Vladimir
