Skip to content

Commit 3a7b636

Browse files
authored
Added note about node.js being required for ./gradlew spotlessApply (#7990)
1 parent 10ecdce commit 3a7b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* follow the style, naming and structure conventions of the rest of the project.
99
* make commits atomic and easy to merge.
1010
* when updating documentation, please see [our guidance for documentation contributions](contributing_docs.md).
11-
* apply format running `./gradlew spotlessApply`
11+
* apply format running `./gradlew spotlessApply` (this requires [Node.js](https://nodejs.org/) to be installed on your machine, one of the [package managers](https://nodejs.org/en/download/package-manager/) might be handy)
1212
* verify all tests are passing. Build the project with `./gradlew check` to do this.
1313
**N.B.** Gradle's Build Cache is enabled by default, but you can add `--no-build-cache` flag to disable it.
1414

0 commit comments

Comments
 (0)