-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
A potential regression in v0.7.0
: HeaderPlugin
throws 'Unable to auto detect project license'
#701
Comments
Maybe because of this? tbh I'm not sure what changed in sbt-typelevel that would cause that regression. If you have bandwidth to try some snapshots to bisect it that might help us understand the cause. |
I'll give it a try to fix the mouse's CI tomorrow. Anyway, this doesn't appear to be too important. Just curious about the reason. |
yes, me too. looks like someone else had the problem as well. I'm genuinely confused what change caused it. |
It turned out that adding |
#699 stopped setting a wrong |
@armanbilge aha, gotcha! 😄 I think this issue could be closed as we clarified the whole thing. |
sbt-header does a pretty bad job at reporting any errors when detecting the right license 😞 |
Yeah, it's a nice example when |
I see that Daniel commented on a relevant sbt-header issue in sbt/sbt-header#153 (comment). Thanks both for investigating! Looks like this is something that needs to be improved in sbt-header. |
Hey.
mouse
has encountered this when updating tov0.7.0
:However, the
build.sbt
containslicense
explicitly set:Links:
build.sbt
The text was updated successfully, but these errors were encountered: