Ned Twigg
Ned Twigg
Initially, both the vscode and intelliJ plugins fixed this by adding `--no-configuration-cache` to their command lines: - this is only needed if the user has enabled configuration cache with `org.gradle.unsafe.configuration-cache=true`...
We'll probably need a full stacktrace and a repo that reproduces the issue.
Perhaps related to #1060...
Proposal: ```gradle spotless { java { licenseHeader(...).yearsFromGitHistory( 'git log --follow --find-renames=40% --diff-filter=A', 'git log --follow --find-renames=40% --reverse') ... ``` The idea is that `yearsFromGitHistory` will take an array of strings,...
Happy to take a bugfix PR. It would help to have a concrete example with: - input - expected output - actual output
Happy to merge a PR that fixes this, but it won't make the top of my todo list.
Very happy to take such a PR! It might be easier for you if you first take a look at one of the following issues. - #766 - #675 -...
Sounds like it'd be a great addition. [Here's how to add it](https://github.com/diffplug/spotless/blob/master/CONTRIBUTING.md#how-to-add-a-new-formatterstep), we'd be happy to help any contributor if they get stuck.
Hi @saschpe. Looks like you've done a lot of great work, but the reflection part is pretty tricky. Just wanted to let you know that #524 might be an easier...
`ktfmt` is another option which works well