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.
52
52
automatically. You can also install the
53
53
https://github.com/spring-io/spring-javaformat/#intellij-idea[Spring JavaFormat IntelliJ
54
54
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.
58
57
* The build includes checkstyle rules for many of our code conventions. Run
59
58
`./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
60
59
compliant.
You can’t perform that action at this time.
0 commit comments