We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
headerCreateAll
headerCheckAll
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.
sbt headerCreateAll
sbt headerCheckAll
The text was updated successfully, but these errors were encountered:
Interesting, removing all copyrigth headers from the first file in the list, ublock it.
Sorry, something went wrong.
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.
Create
sbt clean
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: