Ned Twigg

Results 639 comments of Ned Twigg

the problem here is XML, not Spotless. Use a character entity ```xml  {} ```

Great detective work! > why we need to close stdout/stderr after the IDE hook has finished? My quick search through the history leads me to believe it was like that...

PRs welcome! Here are [some useful entrypoints to look at](https://github.com/search?q=repo%3Adiffplug%2Fspotless+ForeignExe&type=code).

happy to merge a PR for this. Here is an example of adding special stuff to the maven pom just for the maven plugin: https://github.com/diffplug/spotless/blob/9ed5d6b53e6ffa584b1b3dbe9fff1149628a4474/gradle/java-publish.gradle#L156-L162

Released in `plugin-gradle 7.1.0` and `plugin-maven 2.45.0`.

For a project with lots of modules, and you want the same dependency across them all, I think version catalogs are helpful. When a dependency is only used in one...

- this is a good idea, and the reason was patiently explained to me here: https://github.com/diffplug/spotless/issues/2705#issuecomment-3484021121

I'm not familiar with this, but I'm open to it. What is the problem that it solves?