From cb84efd06d4fd373f46e8a660fdf1fa709b68ddc Mon Sep 17 00:00:00 2001 From: y-tomida Date: Wed, 24 Jan 2024 15:42:49 +0900 Subject: [PATCH] Fix command in CONTRIBUTING.adoc --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ad08a4116b..f9bc67c9ef 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -79,7 +79,7 @@ See https://github.com/spring-projects/spring-security/tree/main#building-from-s The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Style[Code Style] and https://github.com/spring-projects/spring-framework/wiki/IntelliJ-IDEA-Editor-Settings[IntelliJ IDEA Editor Settings] define the source file coding standards we use along with some IDEA editor settings we customize. -To format the code as well as check the style, run `./gradle format check`. +To format the code as well as check the style, run `./gradlew format check`. [[submit-a-pull-request]] === Submit a Pull Request