spotless
spotless copied to clipboard
Keep your code spotless
- [x] summary of problem My C:\Program Files\Git\etc\gitconfig file has a [core] autocrlf = input setting but this parameter is not defined in $HOME/.gitconfig. kotlin, kotlinGradle, groovy, shell, json, yaml,...
The following input ```java public class Test { private String longString = "asdf asdf asdf asdf asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfa"; } ``` Becomes ```java public class Test { private String longString = "asdf...
The `` step is not respecting `localRepository` settings in Maven: if you have a `` different than Maven default (`%USERPROFILE%/.m2/repository` on Windows or `${HOME}/.m2/repository` on Linux), it tries to create...
spotlessJavascriptApply does not work on asahi linux due to `: Unsupported system page size`. ``` ./gradlew --version ------------------------------------------------------------ Gradle 8.9 ------------------------------------------------------------ Build time: 2024-07-11 14:37:41 UTC Revision: d536ef36a19186ccc596d8817123e5445f30fef8 Kotlin: 1.9.23...