You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A group can have multiple projects with the same license header. Is it possible to support a link to the header text? This way, the license header doesn't need to be checked into every repository. It can be hosted in one place.
I believe the place the change would happen would be here, which might be fairly straightforward.
I strongly recommend blowdryer for this. There are lots of places where Spotless (and other plugins) has a file as an input, and people want to pass a URL, here's another example.
We aren't going to merge support for URLs directly into Spotless, because that is best handled at a different level.
A group can have multiple projects with the same license header. Is it possible to support a link to the header text? This way, the license header doesn't need to be checked into every repository. It can be hosted in one place.
I believe the place the change would happen would be here, which might be fairly straightforward.
spotless/plugin-maven/src/main/java/com/diffplug/spotless/maven/generic/LicenseHeader.java
Lines 63 to 70 in bb27596
The text was updated successfully, but these errors were encountered: