How do I ask spotless gradle plugin to skip licenseHeader check

506 Views Asked by At

How do I ask spotless gradle plugin with google formatter to skip licenseHeader check, I use a different plugin to format my license headers and this is making corrections to those headers which I want to avoid

1

There are 1 best solutions below

0
On

I tried to remove <licenseHeader> and it works for me.

Haven't seen any documentation about it.