We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a3fcf + 06ce3e0 commit 42ae4cfCopy full SHA for 42ae4cf
CONTRIBUTING.adoc
@@ -52,7 +52,8 @@ added after the original pull request but before a merge.
52
automatically. You can also install the
53
https://github.com/spring-io/spring-javaformat/#intellij-idea[Spring JavaFormat IntelliJ
54
Plugin] or format the code from the Gradle build by running
55
- `./gradlew format`.
+ `./gradlew format`. Note that if you have format violations in `buildSrc`, you can fix
56
+ them by running `./gradlew -p buildSrc format` from the project root directory.
57
* The build includes checkstyle rules for many of our code conventions. Run
58
`./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
59
compliant.
0 commit comments