Skip to content

Commit 942e3dd

Browse files
mikesmithsonsnicoll
authored andcommitted
Add instruction to format code in buildSrc
See gh-20806
1 parent 85a3fcf commit 942e3dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ added after the original pull request but before a merge.
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
5555
`./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.
5658
* The build includes checkstyle rules for many of our code conventions. Run
5759
`./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
5860
compliant.

0 commit comments

Comments
 (0)