Skip to content

Commit 06ce3e0

Browse files
committed
Polish "Add instruction to format code in buildSrc"
See gh-20806
1 parent 942e3dd commit 06ce3e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)