File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,8 @@ added after the original pull request but before a merge.
5252 automatically. You can also install the
5353 https://github.com/spring-io/spring-javaformat/#intellij-idea[Spring JavaFormat IntelliJ
5454 Plugin] or format the code from the Gradle build by running
55- `./gradlew format`.
56- * If you want to format the buildSrc module, you can format the code
57- by running `./gradlew -p buildSrc format` from the project root directory.
55+ `./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.
5857* The build includes checkstyle rules for many of our code conventions. Run
5958 `./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
6059 compliant.
You can’t perform that action at this time.
0 commit comments