From 0de8d0d2e0316c416cca049e948a23ddebdc0490 Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Sat, 25 Jul 2020 12:34:01 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b498683..58c382e 100644 --- a/README.md +++ b/README.md @@ -69,21 +69,19 @@ java -cp .;json-java.jar Test ```` -*You can only run the unit tests with Maven or Gradlew.* -# Unit tests +**Unit tests** + The test suite can be executed with Maven by running: ``` mvn clean test ``` + The test suite can be executed with Gradlew by running: + ``` gradlew clean build test ``` - - - - # Notes **Recent directory structure change**