mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08: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:
|
The test suite can be executed with Maven by running:
|
||||||
```
|
```
|
||||||
mvn clean test
|
mvn clean test
|
||||||
```
|
```
|
||||||
|
|
||||||
The test suite can be executed with Gradlew by running:
|
The test suite can be executed with Gradlew by running:
|
||||||
|
|
||||||
```
|
```
|
||||||
gradlew clean build test
|
gradlew clean build test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
**Recent directory structure change**
|
**Recent directory structure change**
|
||||||
|
Reference in New Issue
Block a user