Update README.md

This commit is contained in:
Sean Leary 2020-07-25 12:34:01 -05:00 committed by GitHub
parent 46fe58e912
commit 0de8d0d2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**