Ned Twigg
Ned Twigg
- I think this is what we need, but for only jgit https://github.com/johnrengelman/shadow/issues/330
Thanks for the bug report. - does it happen with just a regular `spotlessApply` / `spotlessCheck`, or only with `buildRelase` - This is besides the point, but I wouldn't expect...
PR's welcome! Pseudocode for what would work: ```java List hashCodes = new ArrayList(); for (FormatterStep step : steps) { hashCodes.add(step.hashCode()); // calculating hashcode forces the dependencies to resolve } ```...
A PR for toolchains support is very welcome. Re: Java 8 - we will not release any new versions for Java 8. But feel free to fork or use JitPack...
I think that would be great - https://github.com/diffplug/spotless-changelog/issues/10
A PR that improves your situation would be welcome. @kwin feel free to chime in if you have an opinion.
No rush, but I expect to make a release this week. Just FYI in case you are eager to have this in a published release.
> Maybe a list of hosts would be a better fit ... premature to consider mirroring capabilities ... This is different formatter-to-formatter. For example, the Equo formatters download locations are...
Can you copy-paste the proxy part of your `~/.m2/settings.xml`? Obviously replace sensitive info with `foo`, but include enough so we can have a testcase for parser. Equo makes its network...
- https://github.com/equodev/equo-ide/issues/129