Ned Twigg
Ned Twigg
If the cache is only shared between sequential builds, then it is not *shared* mutable state. Just mutable state. And that's a risky thing, but not so risky if you've...
I might be naive, but that seems like another "design to the wrong point" problem. The worrycase as I understand it is a poorly implemented userland plugin which: 1. defines...
> Have you thought to implement the "automatic mode" for deleting the configuration cache? - Good idea: #1209 > it was failing mainly in CI which is annoying. Have you...
Thanks for reporting this bug. I think you can workaround it with a [spotlessPredeclare](https://github.com/diffplug/spotless/tree/main/plugin-gradle#dependency-resolution-modes) block.
Partial dupe of #142, but each issue is unique enough to stand on its own.
It doesn't, but we'd be happy to take a PR which adds it. In this and #143 you're proposing adding support for linting tools rather than formatters. A key thing...
I'll push up a draft PR for the infrastructure of this.
A PR against #1097 would be very welcome, for any of the linters discussed :)
Thanks for testing in so many places. The formatted diff gets built here, and I'm pretty sure there are no encoding bugs here: https://github.com/diffplug/spotless/blob/d033a87dec0ca84656705a92bda941ab064f59dd/lib-extra/src/main/java/com/diffplug/spotless/extra/integration/DiffMessageFormatter.java#L190-L199 From the `RawText` javadoc: > Elements...
Thanks for testing. The fact that gradle task output is correct, while the terminal build output is incorrect, is confirmation that the terminal encoding is the problem. I'm happy to...