diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 1e9767ee2c4..5ca6c4c0479 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -52,9 +52,8 @@ added after the original pull request but before a merge. automatically. You can also install the https://github.com/spring-io/spring-javaformat/#intellij-idea[Spring JavaFormat IntelliJ Plugin] or format the code from the Gradle build by running - `./gradlew format`. -* If you want to format the buildSrc module, you can format the code - by running `./gradlew -p buildSrc format` from the project root directory. + `./gradlew format`. Note that if you have format violations in `buildSrc`, you can fix + them by running `./gradlew -p buildSrc format` from the project root directory. * The build includes checkstyle rules for many of our code conventions. Run `./gradlew checkstyleMain checkstyleTest` if you want to check you changes are compliant.