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.
1 parent 85a3fcf commit 942e3ddCopy full SHA for 942e3dd
CONTRIBUTING.adoc
@@ -53,6 +53,8 @@ added after the original pull request but before a merge.
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`.
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.
58
* The build includes checkstyle rules for many of our code conventions. Run
59
`./gradlew checkstyleMain checkstyleTest` if you want to check you changes are
60
compliant.
0 commit comments