Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ The project can be built from the root directory using the standard Gradle comma
$ ./gradlew build
----

=== Running Unit Tests
Unit tests and checkstyle can be run from the relevant *module directory* using the standard Gradle command:

[indent=0]
----
$ ../../gradlew check test
----

=== Importing into Eclipse
You can import the Spring Boot code into any Eclipse 2019-12-based distribution. The
Expand Down