sbt-header icon indicating copy to clipboard operation
sbt-header copied to clipboard

`headerCreateAll` misses some files which are covered by `headerCheckAll`

Open catap opened this issue 1 year ago • 3 comments
trafficstars

I'm updating a license header in project for more than 200 files.

sbt headerCreateAll misses some of files, and sbt headerCheckAll fails on that files.

catap avatar Mar 15 '24 21:03 catap

Interesting, removing all copyrigth headers from the first file in the list, ublock it.

catap avatar Mar 15 '24 21:03 catap

Same issue here. This is quite annoying in a large project with many sub-projects.

sirthias avatar Jul 01 '24 06:07 sirthias

I suspect this is due to the Create tasks being incremental. An sbt clean before headerCreateAll seems to address this for me.

leviramsey avatar Aug 06 '24 16:08 leviramsey