-
Notifications
You must be signed in to change notification settings - Fork 458
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
Error during ./gradlew :lib-extra:spotlessApply
, but not ./gradlew spotlessApply
#2290
Comments
Maybe try killing the daemon ( |
Both doesn't help. Are you sure that CI really executes spotless/.github/workflows/ci.yml Line 78 in b2a2cbb
|
I just saw this for the first time. This fixed it:
Obviously, it sucks that this happens at all. I have used it a ton without this happening, not sure what triggers it. |
Let me know if you see this again in |
I still see it when trying to run it on my rebased branch on top of 755c22f (though with a different error message):
Maybe it is related to my feature branch, which is not properly formatted yet: https://github.com/kwin/spotless/tree/feature/line-ending-preserve @nedtwigg Can you reopen this issue? |
Thanks for reporting! I'll pull your PR and see what's going on... |
Weird, I pulled, ran |
I am on Mac as well. |
My
how bout yours? |
I just reproduced with
|
|
./gradlew :lib-extra:spotlessApply
, but not ./gradlew spotlessApply
Ah, sorry, this reproduces 100% for me. |
When executing
spotlessApply
on either of the gradle modules it fails withThe full stack trace exposes
This happens on
main
branch of spotless itself (commit id b2a2cbb)The text was updated successfully, but these errors were encountered: