1

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

Rpj
  • 5,348
  • 16
  • 62
  • 122

1 Answers1

0

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

Haven't seen any documentation about it.

nilknow
  • 319
  • 3
  • 6