'How do I ask spotless gradle plugin to skip licenseHeader check
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
Solution 1:[1]
I tried to remove <licenseHeader> and it works for me.
Haven't seen any documentation about it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | poorguy |
