Open catap opened 8 months ago
Interesting, removing all copyrigth headers from the first file in the list, ublock it.
Same issue here. This is quite annoying in a large project with many sub-projects.
I suspect this is due to the Create
tasks being incremental. An sbt clean
before headerCreateAll
seems to address this for me.
I'm updating a license header in project for more than 200 files.
sbt headerCreateAll
misses some of files, andsbt headerCheckAll
fails on that files.