mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Update README.md
This commit is contained in:
10
README.md
10
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**
|
||||
|
||||
Reference in New Issue
Block a user